Changes between Initial Version and Version 4 of Ticket #161
- Timestamp:
- 05/28/2006 06:09:41 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #161
- Property status changed from new to closed
- Property resolution changed from to fixed
- Property summary changed from Moving classes into seperate files to Moving classes into separate files
-
Ticket #161 – description
initial v4 5 5 handlers/page/diff.php has some classes used for the page diff 6 6 7 Since it makes the files difficult to read and the code of the classes difficult to re-use (or to use in external projects), they should be moved into sep erate files in a special directory.7 Since it makes the files difficult to read and the code of the classes difficult to re-use (or to use in external projects), they should be moved into separate files in a special directory. 8 8 9 9 In a discussion with Dario, we came up with the libs directory (more or less standard for wiki-engines) and wakka.inc.php and diff.inc.php as names (note that http://wikkawiki.org/WikkaCodeStructure will be changed to reflect this)