b07be82bf1
* Fixed bug causing removal of id attribute in layout image elements
...
* Fixed name of default collection in Site.history_macro()
2008-04-29 10:57:33 +00:00
15f9f21396
Improved script inclusion by adding Site.user_js_action() which is called from within Site.main_js_action(); this prevents user code in the Site#javascript skin from failing due to yet undefined library code (jQuery)
2008-04-29 10:47:44 +00:00
5d37d06a81
Fixed bug causing comments of closed stories (as well as stories or sites with comments disabled) to be displayed when calling global list_macro()
2008-04-29 10:25:10 +00:00
b521110020
(Hopefully) fixed ugly hidden bug that prevented some sites from getting a full layout
2008-04-28 12:20:35 +00:00
a920e6fb39
* Fixed stupid bugs in image uploader introduced lately
...
* Wrapped zipping of layout images in try/catch block to prevent exceptions when there is no thumbnail image
* Introduced a more elegant way to include necessary script files (jQuery et al.) in Site.main_js_action()
* Slightly modified jQuery "onload" calls
2008-04-28 12:19:20 +00:00
3d7172c89c
* Added SQL code to set the default site's name to "www" to make sure the necessary static files will be found
...
* Updated code according to changes in main application
2008-04-28 10:19:18 +00:00
6e8d22b3dd
Removed obsolete default static files
2008-04-28 10:07:44 +00:00
3ca69384d2
* Upgraded jQuery to version 1.2.3
...
* Removed obsolete default static files
2008-04-28 10:04:00 +00:00
2211c6a662
Fixed name of collection containing stories and comments in global list_macro()
2008-04-28 09:02:34 +00:00
3f496439a2
Fixed Site.history_macro to display comments only, too
2008-04-28 08:27:53 +00:00
fdc7788253
Fixed bug causing wrong display of preview/next links
2008-04-27 19:51:09 +00:00
513a15371d
* Fixed actions in story pager
...
* Slightly modified wording
2008-04-27 19:40:03 +00:00
f2ebf2a205
Fixed Layout.export_action to only add customizable skins
2008-04-27 19:31:51 +00:00
add03a5410
Added check to prevent unresized image file from being unnecessarily compressed
2008-04-27 16:23:00 +00:00
dcd67540a5
Fixed display of closed and all stories
2008-04-27 15:46:29 +00:00
c934ba3bee
* Wrapped layout import into try/catch block
...
* Added check if a layout package was uploaded
2008-04-27 15:35:49 +00:00
c3be7cecb9
* Fixed skin name of file editor
...
* Fixed layout import
2008-04-27 15:28:16 +00:00
4ab0d8b221
Fixed bug preventing anyone from downloading a linked file
2008-04-27 14:52:42 +00:00
75ff272950
* Fixed and finalized Layout.reset_action() as well as Layout.remove() and Skin.remove() methods
...
* Completely render skin outline and drop down menu from application directory
* Moved remaining skins into protected (ie. non-customizable) skin files
* Removed obsolete skin files
* Removed obsolete code
2008-04-27 14:35:35 +00:00
dff39778a6
* Added check if remove() method exists in a prototype's constructor
...
* Fixed bug that caused exception when calling Layout.reset() due to undefined main skin of a third-party prototype (e.g. Feed)
2008-04-27 10:54:07 +00:00
271e48eaa9
Modified necessary permission for creating stories, files, images and polls to only allow subscribed users
2008-04-27 10:33:11 +00:00
e7d796000c
Fixed accidental permutation of arguments in Image.constrain() method
2008-04-27 09:52:05 +00:00
4ec0ca761a
Fixed bug preventing members from unsubscribing from a site
2008-04-27 09:21:21 +00:00
b39cb2d1a0
Fixed skin names in global poll_macro to correctly display a poll in a story or skin
2008-04-27 09:15:03 +00:00
943d7ae4dc
Fixed bug allowing anonymous users to create stories, files, images and polls as well as call various actions in Members
2008-04-27 09:10:31 +00:00
67aed15298
Fixed compatibility bug causing display of creation date in lastupdate_macro
2008-04-27 08:58:42 +00:00
60d334c6fe
* Renamed Site.lastUpdate to Site.configured
...
* Renamed Site.webHookLastUpdate to Site.webHookCalled
* Renamed Site.offlineSince to Site.closed
2008-04-27 08:57:41 +00:00
b69b3e3cd8
* Convert / create tables using utf8_bin collation
...
* Fixed conversion of inherited layout images
2008-04-23 21:37:27 +00:00
10ca4fd981
* Prevent XMLHTTP request for user's salt from being cached in the browser
...
* Added warning when a site sends passwords in clear text
* Fixed really ugly bug preventing IE(7?) from setting the charset encoding to UTF-8; the hyphen is necessary, UTF8 won't work!
2008-04-23 21:36:43 +00:00
84fc7f073a
Temporarily fixed bug in IE7 preventing login: Due to yet unexplicable circumstances a parsererror occurs when the user's salt is retrieved. As the password field was already cleared at that point the server received neither a digest nor a password. The current work-around is to clear the password not before the success method is called.
2008-04-23 17:08:24 +00:00
e858699e52
Fixed bug in Images.getPermission aspect
2008-04-23 15:48:21 +00:00
0296ff4a88
* Fixed skin name of poll editor
...
* Fixed condition for setting the site modification date on comment update (hopefully this is correct...)
* Replace site.lastUpdate with site.modified (still needs some more care - what do we do with lastUpdate anyway?)
2008-04-23 08:38:59 +00:00
b006cbdf0b
* Fixed formatDate() method
...
* Extended HopObject.modified_macro to return the date object if no format pattern can be applied (good?)
2008-04-22 15:20:10 +00:00
c8abc26308
* Added Root.VERSION constant overwriting the one from the main application
...
* Removed obsolete Layouts prototype
2008-04-22 15:00:00 +00:00
91def0b843
* For now only import layouts with exact the same version strings
...
* Fixed password reset feature: before any other action is taken a confirmation e-mail will be sent
2008-04-22 14:57:18 +00:00
4a59353b6f
Fixed bug introduced in latest commit producing a directory named after the file name
2008-04-22 13:13:37 +00:00
3c55710d08
Fixed bug caused by non-existing directory for default layout
2008-04-22 13:09:11 +00:00
ce6f218951
* Added conversion for inherited layout images (almost forgotten!)
...
* Added output of (log) messages showing durations of retrievals and updates
2008-04-22 12:58:39 +00:00
fb6d130603
Enabled SQL statements for removing legacy data
2008-04-21 20:49:30 +00:00
76e9388850
* Added several fixes regarding compatibility issues found in various sites
...
* Commented out ImageMgr code and mappings to check if it's obsolete
* Added note for features currently not available
2008-04-21 20:48:32 +00:00
239af7195b
* Fixed list_macro (but still list rendering is really inconsistent throughout the whole application!)
...
* Fixed various b/w compatibility issues found in some sites
* Fixed pager action in Images
* Added confirmation dialog before resetting a layout
* Added collection containing updated sites in reverse chronological order
* Modified site listing (still work in progress)
* Save site name as title if no title is entered
* Removed some res.debug() calls
2008-04-21 20:46:29 +00:00
0d84e21291
Removed trailing semicolons after closing curly brackets for good (hopefully :)
2008-04-21 13:57:01 +00:00
a6e618d721
* Added permission for Members.sendpwd_action just to inform about the impossibility to send passwords any longer
...
* Removed trailing semicolons after closing curly brackets for good (hopefully :)
2008-04-21 13:52:13 +00:00
eefa9ed990
* Removed grouping in SQL for converting topics to tags
...
* Fixed SQL for copying the contents of AV_IMAGE to new image table
* Removed trailing semicolons after closing curly brackets for good (hopefully :)
2008-04-21 13:50:21 +00:00
124e6f4257
* Added protected skin files (currently prefixed with "$") that cannot be customized or overwritten by the user
...
* Removed obsolete skin files (ie. content moved to the protected skin file)
* Moved contents of Messages.skins to their protected siblings
* Prefixed notification skins (used in e-mails) with "notify_"
* Fixed and simplified a whole bunch of issues in compatibility layer
2008-04-21 13:35:50 +00:00
89fbeb5715
Added code to rename default layout directory to "layout"
2008-04-21 08:47:19 +00:00
86c3ba0ad2
Good morning, stupid typo!
2008-04-21 07:52:40 +00:00
103b45f72e
* Fixed stupid typos in recent SQL changes
...
* Check if an image description exists before writing it to metadata
2008-04-21 07:49:25 +00:00
fe969537fd
* Replaced calls for id() by preceding/subsequent alter statemtents en/disabling auto_increment on the primary key
...
* Added key for name in tag table
* Decreased bulk size of select statements
* Moved release() call inside bulk loop again in traverse() method
2008-04-20 22:34:17 +00:00
363b0b6dc2
Added constraint to not delete layout images at all when reducing the image table size for testing purposes
2008-04-20 17:30:26 +00:00