Commit graph

4022 commits

Author SHA1 Message Date
d221466d4a Changed order of options for rewriting URL output and added comment to make it clearer what needs to be enabled for mapping individual domains 2011-01-05 19:12:57 +00:00
f2db3263d9 Slightly changed way individual domains are mapped to the sites by introducing the domain.* property which defines the default domain 2011-01-05 19:00:37 +00:00
b8791d0887 Enable automatic updates of custom domains by default 2011-01-05 12:48:47 +00:00
df20ca2efc Separately add/reset the Site skin of root 2011-01-04 16:04:16 +00:00
57c6322c1e * Added check to maintain skin inheritance when targeting the Site skin of root. Fixes bug preventing modification of the root site’s main and navigation skins.
* Added Skin.getSubskin() method for convenience.
2011-01-04 15:30:57 +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
cd50b46cba Added helper method User.rename() for renaming a user account; currently without GUI representation. 2010-12-21 18:54:10 +00:00
69ff389353 Removed obsolete debug method and unnecessary semicolons. 2010-12-21 17:31:12 +00:00
192f133ba6 Fixed unquoted <br /> element in macro preventing voting in a poll. 2010-12-21 17:29:54 +00:00
a0c7ee608e Check if temporary directory exists before trying to remove it in Layout.import_action() 2010-12-21 14:15:17 +00:00
5b0ba00ba9 Check for User.REGULAR role when subscribing to a site in Site.getPermission(). Fixes issue 134. 2010-12-21 14:13:42 +00:00
3b7d2e577b Start session by logging in user account if available in Api.getUser() 2010-12-21 14:11:15 +00:00
1d27d412c8 * Removed obsolete modSorua code
* Removed redundant setting of res.handlers.sender in Members.add_action(); will be already done in Membership.notify()
2010-12-21 14:08:47 +00:00
9410d97946 Removed redundant semicolon 2010-12-21 14:07:02 +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
3f602c6d5b Display each language in its corresponding locale instead of all languages in the one currently selected. 2010-12-09 00:56:21 +00:00
5a1b4cf2e3 Removed debugging symbols 2010-12-09 00:50:35 +00:00
4db44c389b Exclude deleted (aka hidden) comments from being displayed in list of recent updates as well as in RSS output. Fixes #125. 2010-12-08 23:51:06 +00:00
Christoph Leutner
9776619fb4 Corrected text in Site Preferences - cf. issue 127. 2010-11-30 02:43:20 +00:00
47deac6732 Prevent anyone from searching a restricted site. Fixes issue 123. 2010-08-28 17:42:43 +00:00
63065a18b5 Fixed localhost URL path 2010-06-17 19:57:20 +00:00
6111af3a10 Fixed wrapping 2010-06-17 19:40:05 +00:00
a053b46e21 Fixed defunct Site.robots_txt_action() method (typo in method name) 2010-06-14 06:44:53 +00:00
9125131e9f Replaced outdated exclusions in default robots.txt with commented help link and examples 2010-06-14 06:35:30 +00:00
10c5475c3f Whoops, forgot to commit this little change to prevent an error message when calling Site.backup_js_action() without backup data being present 2010-06-07 14:54:04 +00:00
b3decac351 Disabled return statement causing errors when converting a layout on Ubuntu. Fixes #112. 2010-06-06 07:55:10 +00:00
f500a8d808 Reverted last change; the “Restore” buttons are fully functional in my installation 2010-06-06 06:50:36 +00:00
Christoph Leutner
860b2523f0 Removed inoperable 'restore'-buttons 2010-06-06 04:20:55 +00:00
Christoph Leutner
036aa9b521 Updated seach engine filter. 2010-06-06 04:12:27 +00:00
de6cab877d Removed obsolete files 2010-06-05 16:32:02 +00:00
02241c18ca Another update of the API docs 2010-06-05 16:31:00 +00:00
0bdabbad83 Fixed typo in JSDoc tag 2010-06-05 16:30:24 +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
8a68beff5e Reverted removal of svn:external definition 2010-06-05 15:58:44 +00:00
4a24a64022 Removed svn:externals definition again because something got obscured 2010-06-05 15:57:01 +00:00
e6be95cd21 Moved svn:externals definition for Google Code wiki documents from docs to top-level directory 2010-06-05 15:54:47 +00:00
18d7426f4c Updated API docs with latest version of jsdoc-toolkit 2010-06-05 15:48:25 +00:00
55da18e8e4 Tested document tags with the new version of jsdoc-toolkit and added or modified some comments accordingly 2010-06-05 15:47:15 +00:00
de9755d01a * Removed “-RC” suffix from version number
* Added “-p” switch to jsdoc-toolkit call for inclusion of “private” variable names (ie. starting with an underscore)
2010-06-05 15:33:29 +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
ca57cb0c74 Added comments regarding inclusion of compatibility layer 2010-06-05 13:57:36 +00:00
bc27343ab8 * Added deletion of POT and PO files in i18n dir to export target
* Removed task deleting compat, db and extra dirs from antclick target
2010-06-05 13:48:04 +00:00
1fc199e576 Removed redundant <% gettext %> macro – gettext will be called in Membership.role_macro() anyway – causing not-found messages in jala.i18n.translate() 2010-06-05 12:50:08 +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
884f83f1f6 Updated JavaScript message files 2010-06-05 07:24:52 +00:00
ea253236bb Wrapped missing message in <% gettext %> macro, added it to POT template and english message file and translated it to german. 2010-06-05 07:24:16 +00:00
3bd5f95ba1 Reverted some changes because I do not know what should be wrong with the term “SQL database” or why the acronym “DBMS” should be more meaningful or more correct as SQL databases are actually belonging to the RDBMS family and there is no plan for Antville to support non-relational database management systems. 2010-06-04 21:04:37 +00:00