69ae03b63e
Added round social media icons from http://medialoot.com/item/round-social-media-icons
2013-07-24 07:23:04 +00:00
666ccf7af8
* Refactored Facebook and Google connectors
...
* Upgraded Scribe to version 1.3
2013-04-04 22:14:40 +00:00
b0ef753860
Set correct svn:mimetype properties for css, font and javascript files
2012-05-29 08:39:35 +00:00
7cdc36d9bc
Added bookmarklet for easily posting a story and one image with a link to the URL of the active
...
browser window or tab. Only tested with Chrome, needs further testing with other browsers.
2012-05-24 11:48:09 +00:00
509cd9b142
Updated documentation, mainly for the global namespace
2012-05-22 08:19:02 +00:00
ef6429ab94
Fixed svn:mimetype for CSS files
2011-06-27 20:31:36 +00:00
764cb4cace
Generated API docs for version 1.3
2011-06-27 20:24:45 +00:00
4191165f6e
* Added codeview template from http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/
...
* Moved default template into own subdir
2011-06-27 20:04:25 +00:00
796c7c9438
Generated up-to-date version of API docs
2011-06-27 19:11:58 +00:00
99f505aa96
Removed old version of H2 database driver
2011-06-16 16:45:49 +00:00
054b09d457
Updated Ant target library for uploading files to Google Code to version 0.0.3
2011-06-16 16:20:41 +00:00
1c9e0e3c03
Removed obsolete files
2011-06-16 16:04:17 +00:00
79c37d3869
* Renamed jsdoc-toolkit directory to jsdoc
...
* Added wrapper for running jsdoc/jsrun.sh with svn:executable property
* Moved external jsdoc-toolkit checkout to subdirectory
2011-06-16 15:52:54 +00:00
d032a634df
Replaced copy of jsdoc-toolkit with svn:externals property
2011-06-16 10:46:41 +00:00
5a4e8a1de3
* Updated H2 database driver to version 1.3.155
...
* Set Antville version to 1.3rc
2011-06-16 09:25:06 +00:00
2174ec3ab4
* Fixed bad bug in User.update() causing user.email and user.url to be overwritten even with invalid data
...
* Added connect feature to user profile by providing links to connect and disconnect from the various services
* Updated Scribe library to version 1.2 (used by connect feature)
2011-06-04 10:53:35 +00:00
efab4a2b14
Moved Scribe library from ./lib to ./extra/connect directory
2011-03-24 01:59:01 +00:00
d4503644ca
* Extended connect feature to also work with Google and Twitter using the excellent Scribe library
...
* Simplified Root.connection collection
* Added some preliminary icons to the connect skins for good
2011-02-18 14:01:17 +00:00
c4e182514f
Updated API documentation for version 1.2.1
2011-01-21 20:46:04 +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
bd96bf8388
Removed test file
2011-01-20 20:44:43 +00:00
900470348b
test pls ignore
2011-01-20 20:44:07 +00:00
de6cab877d
Removed obsolete files
2010-06-05 16:32:02 +00:00
18d7426f4c
Updated API docs with latest version of jsdoc-toolkit
2010-06-05 15:48:25 +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
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
de0bf7f906
Created missing translation (PO) files for all languages currently provided by using the Google Language API. Although the result is hardly adequate and will need thorough manual revision, it might be easier starting off some translations. The corresponding message files will not be provided unless a human being (preferably a native speaker) has taken care about a translation.
2010-06-04 07:47:19 +00:00
2e9395b26b
Moved build/extra/antclick directory to db/h2.compat for consistency
2010-05-31 08:18:29 +00:00
393e1927fd
Updated INSTALL file and (hopefully) eased setup procedure by moving my.properties from db to db/my.compat directory and removing postgre.properties. Thus, with a PostgreSQL database it would be possible to run the SQL script only, enable the app and start Helma to get Antville running in three steps only – given that all necessary software packages are already installed with default settings and the installation is not used for production (default password).
2010-05-31 07:50:37 +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
dd565a9880
Removed accidentally committed test file
2010-05-10 21:34:44 +00:00
c3d0344288
* Added patch build target to build.xml
...
* Added Root.patch() method to updater repository
* Transformed SQL scripts into JavaScript code usable with patch build target
* Added empty global onStop() method to get rid of annoying log message
* Renamed Root.xgettext() method to Root.extractMessages and moved code from Root.js to Global/i18n.js
* Renamed Root.main_action() to Root.updater_action() in updater repository
* Removed function wrapper from patch-*.js files to make them work with patch build target
2010-05-10 21:29:40 +00:00
956f641cd1
Removed obsolete configuration and library files for running Helma/Jetty6 with XML config file
2010-04-24 17:57:14 +00:00
22670540e7
As all efforts failed to make Helma/Jetty6 run again with an XML configuration file, this is a final commit of the current changes before the corresponding files will be deleted. Bummer.
2010-04-24 17:53:00 +00:00
9e2ead5772
Patch for updating the contentLength property of all images to fix wrong values caused by issue 93.
2010-04-05 14:45:52 +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
3c55faaafa
* Added default apps.properties file to extra dir for convenience
...
* Updated INSTALL file
* Added instruction to move build/extra/antclick w/o db.properties to extra/postgre for convenient inclusion in apps.properties when using PostgreSQL
2010-02-03 11:18:08 +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
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
ee4fb92f53
* Generalized H2 database script for PostgreSql
...
* Renamed database script and properties files
2010-01-20 14:30:00 +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
473d5a9e18
Updated API docs
2010-01-15 23:43:04 +00:00
c81ffefca1
Removed root layout skins again since they will be automatically copied here when the root site is created
2009-11-04 14:01:18 +00:00
35d303d56f
Added new Helma logo with transparent background
2009-11-04 13:51:12 +00:00
62ce3f8895
Added updated root layout skins
2009-11-04 08:15:46 +00:00
264f5c0a28
Added ant.png and ant-icon.png to the default collection of images
2009-11-03 22:16:26 +00:00
1924e04bed
* Added user interface for layout conversion
...
* Finalized layout converter to convert from ZIP archive to ZIP archive
* Moved Layout.convert_action() into extra file
2009-11-03 18:10:33 +00:00
91adf0bb03
Removed unnecessary H2 database file
2009-11-02 16:22:46 +00:00