b40e37e045
Fixed bug causing exception when trying to output name of non-existing tag in Story.topic_macro()
2008-05-14 12:48:00 +00:00
7f5efd44fd
Improved counting requests and errors of the last 5 min in Root.updateHealth()
2008-05-14 12:42:31 +00:00
096f7ef572
Added health viewer (aka status) to Root prototype
2008-05-14 12:25:15 +00:00
ae694946fa
* Added status code and full path to Root.notfound_action()
...
* Added status code to Root.error_action()
* Moved notfound.skin and error.skin as subskins into $Root.skin
* Removed obsolete <script>-Element from Site#page skin
2008-05-14 11:11:56 +00:00
5fc69bd305
Exclude closed stories from the Tag.stories collection
2008-05-14 09:31:32 +00:00
59a8546b91
Fixed permission for tags to depend on a site's status
2008-05-14 09:11:04 +00:00
33e1680969
Fixed URL for closed polls in global poll_macro()
2008-05-13 15:23:54 +00:00
e8c6ca163c
Added option to escape URL from being linked automatically by prefixing it with a exclamation mark: ! http://antville.org
2008-05-13 14:48:54 +00:00
9923a0e0e7
Added ugly work-around for Helma bug #625
2008-05-13 14:13:51 +00:00
62b00107d5
Fixed order of filter methods applied by default in Story.format_filter()
2008-05-13 12:28:53 +00:00
d632daea69
Added generic permission for Skin.main_action()
2008-05-13 12:13:00 +00:00
b5821d97d1
Fixed call for renamed method User.popLocation()
2008-05-13 12:09:39 +00:00
b3ffe1acb6
Enabled viewing of skin sources of root site (other sites will probably follow)
2008-05-13 12:06:28 +00:00
5b37a53eab
Fixed stupid bug in aspects.fixStoryEditoryParams() causing IE to publish stories closed/hidden/closed all the time
2008-05-13 10:29:03 +00:00
e30fff7cce
* Added Tag.skin to enable customizing
...
* Re-added missing permission for privileged users in Site.getPermission()
* Removed obsolete help.js from Global prototype
2008-05-13 08:29:22 +00:00
7cad27ef91
Removed debug.js
2008-05-12 18:10:25 +00:00
1112dc1395
* Grant full site access to privileged users
...
* Removed obsolete code
2008-05-12 18:08:18 +00:00
ee01a29997
Fixed broken image in Image#edit skin when creating a new image
2008-05-12 17:45:19 +00:00
d44e34dd1d
* Renamed User.pushLocation() method to User.setLocation() and User.popLocation() to User.getLocation()
...
* Modified location setting and getting to achieve adequate redirection after logging in, unsubscribing etc.
* Removed obsolete code
2008-05-12 17:37:17 +00:00
e2a849b2cc
* Simplified User.pushLocation() and User.popLocation() methods
...
* Added location pushing / popping to Members.login_action() method
2008-05-12 16:12:03 +00:00
f2aa28ead2
Increased maximum of items in global list_macro() and Site.history_macro() to 50
2008-05-12 15:46:36 +00:00
781b050cc7
Removed debug messages
2008-05-12 15:39:26 +00:00
4522c3b308
Re-imported the regular expression for URLs from AntvilleLib's String.activateURLs() method
2008-05-12 15:35:38 +00:00
7ce924ead0
* Fixed res.handlers.membership when sending notifications
...
* Removed obsolete code
2008-05-12 15:06:20 +00:00
af8cb5fd32
Hopefully fixed the problem with comments disabled by default in story editor
2008-05-12 14:31:46 +00:00
bbf33a214b
Fixed tiny bug to prevent returning "undefined" values
2008-05-12 14:18:50 +00:00
86145cd8f7
* Added short text to Members.add_action()
...
* Changed order of roles in $Members.main skin
* Removed obsolete addRepository() calls in Global.js
2008-05-12 14:04:33 +00:00
78fb0eddfa
Reverted back to format() call in Story.format_filter (otherwise HTML structures in stories/comments will be compromised)
2008-05-12 13:05:18 +00:00
316da71c36
* Added check whether parent comment/story should be displayed and removed redundant <a> anchor in Comment#edit skin
...
* Added comment.comments macro to Comment#comment skin
2008-05-12 12:51:39 +00:00
b969251923
Fixed redirect to newly created comments
2008-05-12 12:43:58 +00:00
f9838942d8
Fixed global logo_macro() method to always link to Antville.org
2008-05-12 12:37:28 +00:00
2fc6c989f6
Fixed default delimiter (String.SPACE) in Story.content_macro()
2008-05-12 12:30:36 +00:00
6994642a0a
Reverted change to discrete instead of anchored URL in Comment prototype; the side effect of having to reload the page e.g. with each click on a comment link in the history is not bearable.
2008-05-12 12:10:11 +00:00
c02f667a55
Fixed missing linebreaks in Story.format_filter() method to compensate previously removed call for global format() method
2008-05-12 11:46:28 +00:00
aed81e62b1
* Fixed permissions for authenticated users to create images, files and polls in open sites
...
* Fixed name of list item skin in Poll prototype
* Fixed fallback to _id property in HopObject.macro_macro() method
* Fixed bug in Membership.getPermission() method causing a subscriber getting the "Owner is not allowed to unsubscribe" error message when trying to unsubscribe from a site
* Removed relics of tests with ColourMod jQuery plugin in Site#page skin
2008-05-12 11:33:53 +00:00
46dfdafbe2
Modified Story.content_macro() to return the infamous three periods if there is no other content available
2008-05-12 10:51:32 +00:00
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