1f4c87e4d1
* Removed final format() call in Story.link_filter(); if we are lucky we do not need any HTML entities anymore anyway thanks to UTF-8
...
* Removed obsolete code
2008-05-12 10:50:06 +00:00
aa8bcaec6c
Modified name of default skin ("embed" instead of "main") used in global story_macro()
2008-05-12 10:26:01 +00:00
05f475c3df
Also set comment mode to default if user input is missing
2008-05-10 11:26:10 +00:00
c0534cfbb4
Set status and mode of a story to default values in case of no user input
2008-05-10 11:23:30 +00:00
6b00ab1fc7
* Fixed bug that caused exception and database mess when trying to rename a tag to the same name
...
* Additionally, added checks to avoid inaccessible tag names
2008-05-10 10:33:17 +00:00
85137389c5
* Fixed bug causing immediate or minor story and comment updates to wrongly set the modification dates
...
* Added casting and trimming to File.getName() method
* Fixed permissions in Membership
2008-05-10 09:08:55 +00:00
05f80fe2ab
Fixed Story.topic_macro() with as="image" parameter
2008-05-10 08:47:17 +00:00
dc1b3a071e
Added some space before site list in User#sites skin
2008-05-09 21:29:11 +00:00
edf51f4519
Fixed site collection in Site.updates_xml_action()
2008-05-09 20:50:45 +00:00
9c6159a636
Fixed input of custom date in Story editor
2008-05-09 20:44:45 +00:00
a681b09c78
Fixed type
2008-05-09 20:39:28 +00:00
3fd3a65fd9
Modify occurrences of subskin syntax in skins to a skin comment to prevent surprising effects
2008-05-09 20:02:31 +00:00
a3ec837524
Fixed global quote() method
2008-05-09 19:04:18 +00:00
f554f43d77
Fixed Story.editlink_macro() with image parameter
2008-05-09 18:55:45 +00:00
f73973fabb
Fixed skin names for previews
2008-05-09 18:42:22 +00:00
af047f0ec0
Fixed permission for open sites
2008-05-09 17:36:46 +00:00
02f402814d
Fixed link to user's personal url when displaying the status of an authenticated user
2008-05-09 09:31:09 +00:00
1d1e350a7b
Fixed display of role-based navigation skins for open sites
2008-05-09 08:51:40 +00:00
3bdb117022
Permit (redirection of) Site.mostread_action()
2008-05-09 07:58:47 +00:00
3e32e976db
Fixed generic permission model to redirect to login page if anonymous user was not granted access
2008-05-08 17:05:51 +00:00
b3a85c5998
Fixed bug in global image_macro() introduced with latest commit preventing some *other* images from being displayed
2008-05-08 16:15:22 +00:00
550cfc6259
Fixed access names for Images.Default "pseudo" collection
2008-05-08 16:05:03 +00:00
1a6f375d7d
Fixed Site.history_macro() to better behave as before
2008-05-08 16:03:32 +00:00
af9fad7153
Allowed error and notfound action in Site.getPermission() method
2008-05-08 15:30:05 +00:00
3b75637528
Added aspects.fixPager() method as aspect for the main_action() methods in Site and Archive
2008-05-08 15:28:10 +00:00
f5eb1bb76f
Fixed URL in redirect of Site.rss_action() method
2008-05-08 13:28:35 +00:00
1328bbac93
Fixed skin for list of updated sites in Members prototype
2008-05-08 13:27:44 +00:00
32ac6bd972
Added message about disabled search
2008-05-08 00:37:28 +00:00
50f052a305
Removed message about disabled backlinks; it's too invasive.
2008-05-08 00:36:06 +00:00
1d64a05217
Added support_macro() but left it empty since ASOC’07 is now officially over
2008-05-08 00:32:35 +00:00
3925716087
Added short note about disabled backlinks and referrers
2008-05-08 00:32:01 +00:00
229cdae10c
format() is more suitable than encode()...
2008-05-07 23:43:42 +00:00
4cb2e3cb61
Added call for encode() as default in Story.format_filter() method
2008-05-07 23:42:10 +00:00
2387aa90a1
Changed necessary user role for accessing a restricted site back to contributor to avoid sudden exposure of restricted content to subscribers
2008-05-07 16:06:34 +00:00
3d5af261d2
Solved the Gordic Layout Images Query (GILQ); at least for Antville.org :)
2008-05-07 15:19:12 +00:00
ffd3ab0196
Removed or disabled creation of index keys which are either redundant (e.g. due to a compound index) or inefficient (due to segmentation ratio less than ~20%)
2008-05-07 14:05:10 +00:00
5d02e4fcca
Removed redundant semicolon
2008-05-07 10:05:17 +00:00
761efff044
Switched to new method for converting big tables: instead of deleting records from the source table a "colum < $min and colum >= $max ... order by column" where clause is added and $min and $max are automatically replaced with appropriate numbers by the traverse() method
2008-05-07 09:01:18 +00:00
38bbdac260
Added check for contents of text and title data before applying trim() in Story.update() method
2008-05-07 08:05:52 +00:00
c6877c485a
* Extended traverse() method to accept a third argument specifying the column which can be used in a "[column] > x and [column] < y" where clause to gain speed
...
* Added potential fix for upgrading the calendar layout
* Disabled fix for that strange image record causing duplicate key errors when trying to set AV_IMAGE to auto_increment (not necessary anymore because the whole table contents are copied to a new table now)
* Removed commented, obsolete code
2008-05-07 08:04:22 +00:00
61bec959cc
Removed second argument from traverse() call in convert.layoutImages() since we do not remove the converted images from the old database anymore
2008-05-06 21:54:06 +00:00
9cdb41fad9
* Fixed really stupid bug causing root layout images to disappear from the database just right after it has been copied to one site layout. (5€ fine into the pillock cash box!)
...
* Fixed column name for site id of a root layout image
2008-05-06 21:44:21 +00:00
c3d1e3cf3a
Fixed stupid type
2008-05-06 10:26:49 +00:00
e79e9ad840
Also allow privileged users to see the deprecated role-based navigation
2008-05-06 10:26:20 +00:00
5abaab46e9
Added missing check for permissions before displaying the deprecated role-based navigation skins
2008-05-06 10:22:43 +00:00
eaccff79a9
Unified thumbnail_macro() and render_macro() of Image prototype
2008-05-06 09:19:05 +00:00
126a1dd5c2
Re-added support for popup images in global image_macro(). In fact, this belongs to the compatibility layer, but unfortunately this would mean to clone the image_macro completely :/
2008-05-06 09:17:04 +00:00
9889e87954
* Fixed potential bug caused by null or undefined values when calling String.md5() method with user salt and password
...
* Fixed name of notification-on-addition skin in Membership
2008-05-05 10:20:59 +00:00
c1ed44d7c1
Fixed some minor bugs in Blogger API
2008-05-05 10:07:22 +00:00
4d1dc16e34
Fixed URL in Story.commentcounter_macro
2008-05-05 09:43:20 +00:00