4a9017e251
Finally introduced Helma’s uploadSoftfail property to Antville – see http://groups.google.com/group/helma/msg/4455deb2e24e5d8a
2011-02-23 18:21:43 +00:00
8a2e33329b
Reverted copyright update for third-party code
2011-02-23 16:44:47 +00:00
68ec5d1a2f
Updateed copyright strings to be inserted into PO files
2011-02-23 16:35:32 +00:00
5888797569
Added URL keyword to svn:keywords property
2011-02-23 16:24:32 +00:00
9899846f9e
* Fixed regular expression for reducing multiple whitespace characters in gettext macros et al. and defined it globally for using it in MessageParser, too
...
* Fixed typo in private MessageParser.processMacros() method (hopefully not breaking anything :)
2011-01-21 20:30:22 +00:00
63acdfb915
Added Ant task for uploading files to Google Code from http://code.google.com/p/ant-googlecode
2011-01-21 00:16:58 +00:00
3bb19f9e93
* Moved files related to build process from build/extra up one level
...
* Added release target for transferring packages to Google Code
2011-01-21 00:15:18 +00:00
5a1b4cf2e3
Removed debugging symbols
2010-12-09 00:50:35 +00:00
595e8055a6
Added missing header
2010-06-05 16:29:58 +00:00
3957dc6263
Re-added changes made to the template files
2010-06-05 16:24:52 +00:00
01455d9d6b
Added version 2.3.2-beta of jsdoc-toolkit – svn:external was not applicable because the shell script was not executable by default
2010-06-05 15:29:34 +00:00
4b91661773
Removed jsdoc-toolkit directory for becoming replaced by an svn:external definition
2010-06-05 15:08:12 +00:00
Christoph Leutner
6708a05b15
Added comments regarding inclusion of compatibility layer to AntClick.
2010-06-05 14:49:35 +00:00
c6643d6eb8
Added patched PoParser.js file from Jala’s HopKit to prevent errors when creating message files on other machines with default Jala installs
2010-06-05 07:37:44 +00:00
6a309d7d96
Instead of copying the db/h2.compat directory to apps/antclick directly include it as repository from within apps.properties
2010-05-31 08:30:05 +00:00
2e9395b26b
Moved build/extra/antclick directory to db/h2.compat for consistency
2010-05-31 08:18:29 +00:00
668fa8dbeb
Replaced h2.jar with newer h2-1.2.136.jar keeping name with version info
2010-05-24 15:47:59 +00:00
8e27993705
Added additional indexes
2010-05-24 15:44:52 +00:00
2f678f2f2e
Added markgettext macro to message parser
2010-04-25 18:47:29 +00:00
7b4cfc6229
* Added cgettext() method for context-dependent translation (e.g. “open” as verb vs as noun)
...
* Moved redefined and additional i18n methods from Global.js to i18n.js
2010-04-25 11:42:21 +00:00
c81dc45fda
Added some comments describing the purpose of the files
2010-04-24 14:05:13 +00:00
f62b326748
Updated Helma JARs for AntClick to current version. Fixes issue 94.
2010-04-02 11:12:50 +00:00
22b799e4c6
Increased sizes of poll.question and choice.title columns. Fixes issue 56.
2010-02-07 18:37:08 +00:00
66cc313083
Removed line with $URL$ SVN keyword for good
2010-02-07 13:15:39 +00:00
298efff89f
Added uploadLimit setting of 10 MB to at least allow a decent size for uploads on a machine most likely used on a local machine. Fixes issue 80
2010-02-06 19:03:51 +00:00
249431bb7b
Patched MessageParser.getPotString() method with adequate header data
2010-02-05 18:20:55 +00:00
66dfe39e9b
Moved license file h2.txt from legal to build/extra (only needed in AntClick package)
2010-02-03 11:37:06 +00:00
8c772bc8cd
Modified paths in build.xml according to kinomu and got rid of build.sh/.bat files; build is now
...
invoked from the base directory directly with the ant command.
2010-02-03 09:11:40 +00:00
70dfe34b2f
* Fixed typo in start.bat preventing it from running
...
* Removed -server and -Xmx256m options from JAVA_OPTIONS string in start.sh and start.bat to prevent errors when server JVM is not installed (memory setting is not faulty but not necessary for desktop installations either)
2010-02-01 13:54:27 +00:00
2b7a8c2453
Reset H2 database once more
2010-01-20 15:16:03 +00:00
7877a16892
Fixed typo in name of Jala’s test directory
2010-01-20 14:42:44 +00:00
1d1942de14
* Replaced extra Admin.purgeReferrers() action with extra Sql.PURGEREFERRERS constant
...
* Updated H2 database for AntClick
* Added some settings to Jdbc connection string in db.properties
* Added license header to db.properties
2010-01-20 14:39:50 +00:00
499e8d97b9
* Added missing source field to skin table in H2 database
...
* Added Admin.purgeReferrers() method for AntClick to overrule the original code with appropriate SQL for H2 database
* Removed outdated bookmarklet.txt and Skin.java.patch files (the latter is in Helma trunk)
* Added license headers where missing
2010-01-19 21:46:54 +00:00
82020b7e9e
* Fixed paths to build script and i18n directories
...
* Fixed bug in customized MessageParser.js preventing detection of positional parameters when the skin already contains named parameters
* Fixed bug in customized MessageParser.js causing incorrect whitespace when a gettext macro contains linebreaks
2010-01-10 13:59:54 +00:00
b82ec9c3fc
Updated start scripts
2009-11-02 16:35:58 +00:00
913a8fab69
Generalized build.properties
2009-11-02 16:24:31 +00:00
f9f39b5ffe
Minor changes
2009-11-02 16:23:53 +00:00
91adf0bb03
Removed unnecessary H2 database file
2009-11-02 16:22:46 +00:00
e3c68e65ea
Stripped down start script to the bone
2009-11-02 16:20:30 +00:00
40f3c81d65
* Added target for building the API documentation with JSDoc Toolkit
...
* Modified pot target to use patched MessageParser.js in extra dir
2009-11-02 16:19:03 +00:00
c9af4cee82
* Added patched MessageParser.js until Jala HopKit gets updated or the like
...
* Added Skin.java.patch until Helma gets updated with skin/macro introspection
2009-11-02 15:38:20 +00:00
f53a8d3aa9
Commit of missing Java files for JSDoc Toolkit
2009-11-02 15:36:44 +00:00
15cd223a3a
Added JSDoc Toolkit as a replacement for Jala’s JSDoc script
2009-11-02 14:56:01 +00:00
ebc574e338
* Added instruction in antclick target to move all licenses into top license dir
...
* Fixed instruction to completely remove some unwanted directories
2009-11-01 13:59:47 +00:00
acf2803c66
Reset H2 database
2009-11-01 13:20:40 +00:00
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
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