e225f2a0a1
* Changed version string to 1.2-beta
...
* Renamed * target to all due to Ant interpreting the asterisk as filesystem wildcard
* Reformatted XML
2009-11-01 12:57:39 +00:00
c5bccaee7e
Removed import of currently unnecessary Search.js module
2009-11-01 12:50:08 +00:00
0fb8e664e8
* Moved license into new legal dir (need to add other licenses, too!)
...
* Modified build target for antclick to copy antclick dir into antville dir again and remove as much unnecessary files as possible to shrink the size of the packages from more than 8MB to under 6MB
* Fixed paths to directories used as source for making zip and tar files
2009-11-01 12:44:08 +00:00
4c9f04e197
* Modified order of build targets in build.xml
...
* Fixed modified location of db.properties for H2 database of AntClick
* Adapted example db.properties file for H2 database
2009-11-01 12:03:32 +00:00
c3c535602a
* Moved H2 database files from antville/db to build/extra directory
...
* Added example db.properties for H2 database
* Fixed typo in example db.properties for MySQL database
2009-11-01 11:47:47 +00:00
dd41f4183f
Move antclick dir into apps dir instead of antville dir
2009-11-01 11:34:32 +00:00
bb5097cf79
Added schema and test database for AntClick
2009-11-01 11:30:42 +00:00
b86ea5c736
* Modified SQL statements for compatibility with H2 database (experimental)
...
* Hopefully fixed redirect loop bug of XSS check in HopObject.onRequest()
* Added Root.xgettext() method as a more reliable way of extracting gettext call strings (esp. from skins)
2009-11-01 11:22:33 +00:00
8d32022257
* Rebooted build environment for Antville and AntClick packages
...
* Updated helma.jar and launcher.jar
* Added h2.jar as AntClick database (experimental)
* Added build targets for extracting gettext call strings and building JavaScript message files
* Added repository for AntClick containing adaptations necessary for H2 database
* Renamed shell scripts for AntClick from antclick.* to start.*
* Added default login for manage console in server.properties
* Removed obsolete files
2009-11-01 10:49:31 +00:00
fd653c4198
* Fixed tiny bug causing confusing display of subscriptions and privileges in Members prototype
...
* Modified site permissions to allow unsubscribing one site from within another. (It’s complicated, I know.)
2009-10-31 20:25:08 +00:00
074fc8f024
Reverted last commit
2009-10-31 14:49:04 +00:00
e70ae1a173
Removed obsolete message files
2009-10-31 14:44:29 +00:00
26f33a0220
* Shortened directory names
...
* Renamed misc directory to extra
* Moved WEB-INF and updater directories into extra
2009-10-31 13:57:51 +00:00
ba676e8949
Added header and stuff
2009-10-31 00:24:29 +00:00
0089ffca35
Fixed a nasty bug that caused the layout to disappear on reset
2009-10-30 23:01:32 +00:00
5bfa8a1ba3
Added repositories for english and german messages (still to be translated)
2009-10-30 22:48:57 +00:00
d8044a6155
Prepare for rebooting i18n!
2009-10-30 22:47:11 +00:00
063d7b89cb
Added check for site.layout before removing it in Site.remove() method
2009-10-30 14:23:42 +00:00
ba0b2881b0
Minor changes in display of code block
2009-10-28 15:07:10 +00:00
091de300c7
Defined res.handlers.example in Root.create_action() to provide a working example URL in description of $Site#create skin
2009-10-28 15:03:42 +00:00
86ade4f962
Updated reference URL for filter patterns (regular expressions)
2009-10-28 14:39:48 +00:00
499f11c7b8
* Edited wording of $Root#main skin
...
* Added sorting and caching routine for alphabetical output of sites in Root.sites_action()
* Fixed quotes in $Site#create skin
2009-10-28 14:34:37 +00:00
1351af1c26
Enable Root.getCreationPermission() method in Root.getPermission()
2009-10-28 10:42:50 +00:00
ce20fb331e
Slightly modified order of if-conditions
2009-10-28 10:28:13 +00:00
3a2ff3d932
Fixed site deletion
2009-10-28 09:35:06 +00:00
2a9fddb66b
Reduced length of res.data.title to 5 words in Story.main_action()
2009-10-28 01:13:06 +00:00
59ec04f472
Revoked access permissions for sitemap.xml from Site.getPermission()
2009-10-28 00:18:19 +00:00
b9529de94e
Added work-around in Site.getXml() to prevent org.jdom.IllegalDataException caused by some ASCII control characters most likely inserted by some kind of evil text processor
2009-10-28 00:12:49 +00:00
9fdc43d001
* Removed redundant redirect from Layout.import_action()
...
* Added definition of res.data.title property in Tag.main_action()
2009-10-27 23:59:36 +00:00
323254321d
* Added some missing and fixed some incorrect res.data.title properties
...
* Moved code removing the current layout *after* the one backing it up
2009-10-27 22:58:07 +00:00
b34390b9a9
* Added missing code for a linked list of tags to Story.tags_macro() – fixes issue #33
...
* Fixed small issue with trailing colon in $Story#listItem skin
2009-10-27 16:29:34 +00:00
a4aac4fa93
* Moved Philipp’s RegExp pattern from validation methods to static String properties
...
* Added global default_filter() method as alternative (and fix in some cases) for the “default” macro parameter
* Do not show a story’s summary in top stories view but instead try the title and apply the newly introduced default_filter() method with the clipped story text to it
2009-10-27 12:18:08 +00:00
b710a221f0
Display a story’s summary in top stories view instead of the title only
2009-10-27 11:15:56 +00:00
6f5f8dc4cb
2009-10-06 11:55:00 +00:00
cf4927ce07
Added WEB-INF configuration files for running Antville as web application (using Helma’s -c switch)
...
and library files for
2009-10-06 09:32:26 +00:00
517f6ce067
* Added various fixes for issues observed in the event log of Antville.org
...
* Added ugly hack for providing support of rssCloud and PubSubHubbub in XML feeds
2009-09-30 09:48:23 +00:00
7d6acf37e3
* Re-introduced link for site creation
...
* Decreased space in menu box
2009-09-21 17:04:59 +00:00
2ec2404b03
Encode referrer string before rendering the HTML as fix for issue #32
2009-09-21 15:29:12 +00:00
48203098e2
Updated with settings from server (except passwords and paths)
2009-09-21 14:51:09 +00:00
98223ef94d
Respect the application’s SMTP settings when sending mail
2009-09-21 14:07:20 +00:00
2e08313086
Removed baseUri directive as this prevents mounting the app from a different URL without editing app.properties
2009-09-21 13:39:45 +00:00
269073000c
Removed obsolete files
2009-09-21 13:34:26 +00:00
05cb186fd1
Disabled work-around for story handlers in Comment skins in Site.getXml() method
2009-09-21 13:31:41 +00:00
23c6f91f5f
* Moved exportImportIsRunning flag from root to app.data
...
* Enabled copy() method in Root.create_action() to provide layout files when creating a new site
2009-09-21 13:24:37 +00:00
051f62290a
Renamed db.properties.mysql to mysql-db.properties
2009-09-21 13:11:49 +00:00
484b80cf7e
* Updated to final Rome version
...
* Added Root#welcome skin to Root/Site.skin (compatibility)
* Cleaned up directory structure and removed obsolete files
* Updated mrtg.cfg
2009-09-21 13:04:14 +00:00
Philipp Naderer
9111aefcdd
Added tobi's fix from Minnegard.
2009-05-15 20:44:55 +00:00
Philipp Naderer
23425bc608
Imported updated app.properties for updater
2009-05-15 20:02:03 +00:00
Philipp Naderer
53d5c40e50
Better validation for URLs and e-mail addresses.
2009-04-09 22:39:32 +00:00
Philipp Naderer
35c40dfd13
Fixed a bad typo bug reported by Hannes.
2009-04-09 22:37:45 +00:00