| .. |
|
Admin
|
Added work-around for displaying e-mail addresses in Admin skins due to the User.email_macro() being disabled by default. Fixes issue 78.
|
2010-02-04 08:45:35 +00:00 |
|
Api
|
* Edited and rephrased some messages (still needs a lot of work)
|
2010-01-10 16:33:46 +00:00 |
|
Archive
|
* Rewrote direct Database access in Archive.stories_macro(), Archive.getSize(), Archive.getFilter(), Members.search() and Root.mrtg_action() methods using the Sql prototype and trying to make the statements work in all MySql, PostgreSql and H2 databases
|
2010-01-20 14:28:17 +00:00 |
|
Choice
|
* Replaced custom code in Poll.remove() and Choice.remove() with call for HopObject.remove()
|
2010-01-10 16:29:37 +00:00 |
|
Comment
|
* Moved all direct SQL statements as constants into Sql object
|
2010-01-19 22:01:39 +00:00 |
|
File
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Files
|
* Added quota argument to Site.getDiskSpace() method; if given, the difference between it and the used disk space will be returned
|
2010-01-16 11:23:18 +00:00 |
|
Global
|
Lowercase column names in SqlData prototype to prevent errors with case-sensitive H2/PostgreSql databases
|
2010-01-20 15:22:25 +00:00 |
|
HopObject
|
* Refactored Admin prototype by reducing interface, eliminating lenghty help texts and leaving out meaningless features
|
2010-01-15 21:32:11 +00:00 |
|
Image
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Images
|
Do not rely on Images._parent for the site as it also could be a layout (fixes issue 79)
|
2010-02-01 14:13:40 +00:00 |
|
Layout
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
LogEntry
|
* Edited and rephrased some messages (still needs a lot of work)
|
2010-01-10 16:33:46 +00:00 |
|
Members
|
* Rewrote direct Database access in Archive.stories_macro(), Archive.getSize(), Archive.getFilter(), Members.search() and Root.mrtg_action() methods using the Sql prototype and trying to make the statements work in all MySql, PostgreSql and H2 databases
|
2010-01-20 14:28:17 +00:00 |
|
Membership
|
* Refactored Admin prototype by reducing interface, eliminating lenghty help texts and leaving out meaningless features
|
2010-01-15 21:32:11 +00:00 |
|
Metadata
|
* Added basic doctags to the code
|
2009-11-02 16:16:41 +00:00 |
|
Poll
|
* Replaced custom code in Poll.remove() and Choice.remove() with call for HopObject.remove()
|
2010-01-10 16:29:37 +00:00 |
|
Polls
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Root
|
Set Root.created to current date when installation is activated
|
2010-02-03 09:52:59 +00:00 |
|
Site
|
* Moved all direct SQL statements as constants into Sql object
|
2010-01-19 22:01:39 +00:00 |
|
Skin
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Skins
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Stories
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
Story
|
* Moved all direct SQL statements as constants into Sql object
|
2010-01-19 22:01:39 +00:00 |
|
Tag
|
* Refactored code and skins in respect for comprehensive i18n
|
2010-01-10 14:40:36 +00:00 |
|
TagHub
|
* Added basic doctags to the code
|
2009-11-02 16:16:41 +00:00 |
|
Tags
|
* Modified some res.data.title and res.messages assignments
|
2009-12-13 22:29:21 +00:00 |
|
User
|
* Rewrote direct Database access in Archive.stories_macro(), Archive.getSize(), Archive.getFilter(), Members.search() and Root.mrtg_action() methods using the Sql prototype and trying to make the statements work in all MySql, PostgreSql and H2 databases
|
2010-01-20 14:28:17 +00:00 |
|
Vote
|
* Added basic doctags to the code
|
2009-11-02 16:16:41 +00:00 |
|
app.properties
|
Restructured app.properties file
|
2010-01-10 16:34:20 +00:00 |
|
db.properties
|
* call clearCache() after updates in Story / Comment
|
2008-03-17 19:41:10 +00:00 |