Ticket #132 (closed enhancement: fixed)

Opened 5 months ago

Last modified 3 months ago

don't store internal pages into the database...

Reported by: JensDiemer Assigned to: JensDiemer
Priority: blocker Milestone: v0.8.5
Component: plugins Version: 0.8
Keywords: Cc:

Description

We should not store the internal pages into the database... Edit the internal pages are not prefer.

Change History

27.02.2008 16:27:31 changed by JensDiemer

  • status changed from new to assigned.
  • owner changed from jens to JensDiemer.
  • version changed from 0.9 to 0.8.
  • milestone changed from v0.9 to v0.8.1.

The first step is done in 1449.

  • I moved all internal pages into "./media/PyLucid/internal_page"
  • internal pages doesn't store in the database.
  • additional CSS/JS files linked as normal static files.
  • new path constants in the settings.py

See also: http://pylucid.org/phpBB2/viewtopic.php?t=198 How to update, should be documented here: http://pylucid.org/_goto/121/changes/

TODO: refractory the install section and the plugin manager for this. Remove the unused InternalPage? model.

27.02.2008 19:37:50 changed by JensDiemer

  • status changed from assigned to closed.
  • resolution set to fixed.

next step done with 1450.

  • remove all "internal page" stuff.
  • add in the _install section update: DROP TABLE PyLucid_pagesinternal.