Commit graph

75 commits

Author SHA1 Message Date
b27643192e Removed obsolete code 2011-02-16 20:16:27 +00:00
b6f8dbd36a Re-added accidentally removed code 2011-02-16 20:11:19 +00:00
2f9c6a9866 Removed copyright notice automatically inserted by IntelliJ 2011-02-16 20:09:31 +00:00
2658629d4c Fixed small bug in login form causing undesired Facebook login when hitting return 2011-02-16 20:06:47 +00:00
e71565126b Refactored Facebook connect feature using the so-called server-side flow: http://developers.facebook.com/docs/authentication 2011-02-15 20:36:42 +00:00
a21ed3c236 First implementation of a Feature module providing connectivity to Facebook (and hopefully also other platforms, soon) 2011-02-12 17:54:58 +00:00
78ade4d0c4 * Added SQL statements for creating metadata table to *.sql files
* Added patches for updating current databases with new metadata table
2011-02-10 23:43:40 +00:00
bc98042790 Added code to convert notification modes in the database to lowercase. Fixes issue 136. 2011-01-15 22:17:31 +00:00
a5e6c8b596 Added some more comments to patch files 2011-01-12 19:34:35 +00:00
1f16ce5377 Renamed updater app’s Root.skin to ~Root.skin to prevent it from overwriting the skins in the main app 2011-01-04 15:19:20 +00:00
2b35e1ddf4 * Added patch to prevent locales and timezones from being set to wrong values in modified dropdown menus.
* Commented out client-side code hiding “Etc” timezones in the preferences’ dropdown to prevent wrong settings.
 * Added localized timezone name in dropdown menu (only visible in JavaScript-disabled clients).

Fixes issue 128.
2010-12-09 01:43:26 +00:00
ca57cb0c74 Added comments regarding inclusion of compatibility layer 2010-06-05 13:57:36 +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
1b8bf37675 * Added Layout.getTitle() method to compatibility layer always returning “Layout” to prevent display of remaining title properties in older databases
* Slightly increased sizes of some input elements for convenience
 * Added SQL patch updating constraints of the membership role column (MySQL)
 * Removed obsolete title and description properties from Layout
 * Minor layout enhancements and wording edits
2010-04-25 20:11:16 +00:00
12309653a5 * Decentralized markgettext() calls by moving them from i18n.js to the places where the messages actually are defined
* Added markgettext_macro()
 * Readjusted Admin.dropdown_macro() and the global defineConstants() methods to work with the modified markgettext() calls
 * Updated Members.properties and added SQL patch for lowercasing all membership status due to the modified margettext() calls
 * Added Membership.role_macro() as convenience method
 * Removed syntactic sugar from HopObject.link_macro() and moved it to the compatibility layer to prevent current layouts from breaking
 * Removed obsolete permission for non-existing Image.replace_action()
2010-04-25 17:31:44 +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
2505612a37 Switched to PostgreSQL as database of choice and added compatibility files to db/my.compat 2010-04-24 14:27:31 +00:00
33aaf24cfe Initial commit 2010-04-23 22:55:33 +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
17c0937c19 Initial commit 2010-02-07 13:12:08 +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
5846e488ee Initial commit of stand-alone configuration for running Jetty 5.x as stand-alone server 2009-11-01 15:42:43 +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