Commit Graph

23 Commits

Author SHA1 Message Date
Jan Dittberner 82215cb2f9 update jquery to 1.2.6 (fixes #30) 2008-11-16 19:03:54 +00:00
Jan Dittberner e1f334c66c fix copyright status (fixes #29)
* add COPYING file with the GPL text
 * update copyright information in DAVAdmin's files
2008-11-16 18:54:41 +00:00
Jan Dittberner d2bd1b0ef0 Applied patch by Sven Geuer for the bugs he reported
* Fixes #23, #24, #25, #26
2008-11-16 16:54:08 +00:00
Jan Dittberner b415533dd5 fixes #21
* sort and unify group lists at display and save time
 * autocompletion only yields groups that are not assigned yet
2007-12-03 15:01:45 +00:00
Jan Dittberner 0993d2be3a fixes #20
* message catalogs for PHP and JavaScript have been joined to davadmin.pot
 * textdomain selection has been unified in admin/i18n.inc.php
2007-12-03 14:37:35 +00:00
Jan Dittberner 379fffa19b fixes #16
* all PHP code is documented
 * admin/scripts/*php is added to apidoc and gettext generation in Makefile
2007-12-03 14:11:35 +00:00
Jan Dittberner f6be78bdcf addresses #16
* api documentation finished for common.inc.php and directories.php
2007-12-02 22:11:59 +00:00
Jan Dittberner 513a5dcf20 fixes #19
* special handling of language parameter to allow locale switching
2007-12-02 21:23:20 +00:00
Jan Dittberner 77cc35dfb4 fixes #9
addresses #18
addresses #17
 * create an english translation of the templates
 * change the template directory for smarty depending on the language
 * move existing templates to german subdirectory
2007-12-02 21:13:47 +00:00
Jan Dittberner 5a707eda4d fixes #10
* all JavaScript strings are marked with intl.translate()
2007-12-02 19:50:29 +00:00
Jan Dittberner 4a15c5b5b6 addresses #17
* integrate Marko Samastur's translate.js with gettext and php
 * translate the first JavaScript strings
 * add scripts/i18n.php to generate the list of i18n dictionary
2007-12-01 23:15:26 +00:00
Jan Dittberner 5cffb1dd17 fixes #11
* the config file handling code has been moved to a separate file which is shared between normal and AJAX code
 * the config file existence is checked and a well formatted error message is sent if it doesn't exist
2007-12-01 20:30:41 +00:00
Jan Dittberner a978fb5ef0 addresses #17
* Makefile creates/updates po/davadmin.pot, .po, and .mo files
 * admin/i18n.inc.php sets the locale and puts it in the session
 * admin/common.inc.php and admin/getgroups.php use admin/i18n.inc.php
 * po/pot.sed replaces generated header of po/davadmin.pot
2007-11-30 21:25:52 +00:00
Jan Dittberner 83251502e9 fixes #8
* mark all translatable strings with {{{_()}}}
2007-11-26 09:56:48 +00:00
Jan Dittberner 8567a8aaac addresses #16
* update phpdoc for users.php
2007-11-26 09:44:23 +00:00
Jan Dittberner 581b0dc90f addresses #14
* include copyright and license information in all necessary files
 * update version to 0.2
 * add svn:keywords properties
2007-11-26 08:49:33 +00:00
Jan Dittberner 552d0ffdbe Update jQuery to version 1.2.1 from http://jquery.com/.
addresses #15
2007-11-26 08:20:02 +00:00
Jan Dittberner 90dbac0f20 user array is sorted at startup
fixes #7
2007-11-23 20:43:14 +00:00
Jan Dittberner 962d56ce4d generate the new user id correctly
fixes #6
2007-11-23 20:28:53 +00:00
Jan Dittberner c0c7ce59ad make group autocompletion work again
fixes #5
2007-11-23 18:48:56 +00:00
Jan Dittberner ef9a212ece fixed user management
addresses #1
2007-11-22 07:41:30 +00:00
Jan Dittberner 7bffc8bf97 addresses #1
directories are working
users still have dependencies to database code
2007-11-21 23:00:58 +00:00
Jan Dittberner 5e60bf4a9a - initial import 2007-08-28 08:18:04 +00:00