Commit Graph

1497 Commits

Author SHA1 Message Date
e385c6412f retry for patch 1170 2007-09-25 07:37:31 +00:00
03baeadfcd CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names. 2007-09-22 15:03:03 +00:00
3beb483c09 CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names. 2007-09-22 14:58:10 +00:00
dec28cbe89 spanish lang updates for trunk 2007-09-16 14:35:58 +00:00
d9f9c0bd45 fixed problems pointed out by enricomilanese-AT-gmail.com 2007-09-16 06:52:32 +00:00
6ec9f61226 fixed problems pointed out by enricomilanese-AT-gmail.com 2007-09-16 06:51:13 +00:00
e5eac71f71 pending lang updates 2007-09-13 13:57:21 +00:00
e91b4400b9 fix for bug #1172: values lost, if error in user-creation/validation 2007-08-30 15:29:34 +00:00
64df327afb small fixes of the new admin-cli after some testing 2007-07-15 08:01:16 +00:00
8dbfd58e6e small fixes of the new admin-cli after some testing 2007-07-15 08:00:12 +00:00
16fc6eca50 new functions to add/edit/delete user+groups, set/delete run-rights for apps and list the existing exit-codes, thanks to a sponsoring from fullsave.com 2007-07-13 08:55:51 +00:00
6fab440e97 new functions to add/edit/delete user+groups, set/delete run-rights for apps and list the existing exit-codes, thanks to a sponsoring from fullsave.com 2007-07-13 08:55:07 +00:00
1e3627ad51 fix for bug #658: Custom Fields - added user in list comes up as ID (number)
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:43:09 +00:00
eadc1c7b38 fix for bug #658: Custom Fields - added user in list comes up as ID (number)
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:39:41 +00:00
2d29a56f4e lang updates 2007-07-08 20:13:04 +00:00
99771edd87 language updates 2007-06-24 21:55:08 +00:00
dfcce2e0a3 removed no changable ACL for addressbook, if contacts are in LDAP 2007-06-11 13:11:05 +00:00
0376f3d48f "removed no changable ACL for addressbook, if contacts are in LDAP" 2007-06-11 13:09:57 +00:00
a33363a884 Czech translation in #824 and extra pending language updates 2007-06-03 18:01:21 +00:00
688dd5f46f Latest lang updates 2007-05-31 14:49:26 +00:00
c7bf33ab2c "support for new polls schema" 2007-05-20 15:16:59 +00:00
86359f111c "fixed not sticky options: a) session-use-cookie Off, b) session-check-ip Off " 2007-05-19 07:41:16 +00:00
d2f80cf8dc fixed SiteMgr session-problems by making the cookie path/domain configurable with more reasonable defaults then 1.4 has at the moment, making the display of * behind untranslated phrases an option which is by default off (as it anoyes users) and added a few more explenations to Admin >> Site configuration (plus removing not used ones) 2007-05-17 08:35:35 +00:00
c60811c353 missing date/time customfield type 2007-05-17 06:04:24 +00:00
83e4306bce Language updates 2007-05-16 22:10:08 +00:00
06b826b611 moved check_acl to admin-cli and fixed bug #143: check_acl.php deletes all ACL if accounts are in ldap 2007-05-08 13:36:17 +00:00
9ff8985ae9 "cancel button was not working in delete user" 2007-05-07 08:06:03 +00:00
7ee3b19931 "bugfix: group-name (account_lid) could not be changed" 2007-05-04 14:18:47 +00:00
747da8fd79 Pending lang updates 2007-05-02 21:25:42 +00:00
14fc433fcf updated application versions 1.4 and dependencies accordingly (API is still 1.3.xxx 'til the first RC) 2007-04-30 09:10:36 +00:00
c9e8aebdcf "added tracker tables" 2007-04-29 20:45:35 +00:00
8d5370febe "fixed not working creation, rename and deletion of user- and group-dirs
--> it's done now via hooks from the vfs_home class for all types of vfs"
2007-04-29 12:07:43 +00:00
c128b0a017 "- dont accept less then one account-id plus replacement
- cat_owner -1 means global cat, not cat of group 1"
2007-04-28 12:25:44 +00:00
ca34042249 "admin-cli (admin command line interface) now changes account-id's in all maintained apps (but MyDMS, JiNN and Workflow)" 2007-04-28 11:51:46 +00:00
519c8e4e43 "bugfix: blank page when editing a user" 2007-04-26 13:54:21 +00:00
d42198bf07 tracker patch #257 and extra lang files 2007-04-19 21:12:39 +00:00
532182fa41 latest lang updates 2007-04-05 22:53:35 +00:00
976edfb561 portuguese updates 2007-03-11 17:08:54 +00:00
4b92ad49f0 spanish lang updates and some other 2007-03-10 10:56:23 +00:00
419dfca988 add new lang for group members 2007-03-09 12:34:57 +00:00
f74693a09f Add missing (moved) public function 2007-03-09 12:09:54 +00:00
d274143269 Updated to have all posts and gets go to the ui class. Bo class functions now take direct arguments and respond with true, false, or array of errors (for now). 2007-03-09 12:07:15 +00:00
b45d2879c8 A lot of pending lang updates 2007-02-25 22:14:48 +00:00
9467610549 implement topmenu hook
check if topmenu is enabled and then skip after navbar hook
2007-01-23 23:35:12 +00:00
3d6d20e3d8 patch 297 2007-01-22 20:26:34 +00:00
8d6b62a74c pending lang updates 2007-01-21 11:38:09 +00:00
7cb034e071 patch 188 and lang updates 2007-01-05 00:13:14 +00:00
6a0f1b67d3 fix for bug #221: config (admin.uiconfig) is not saved properly, if magic_quotes_gpc is on 2006-12-29 07:08:47 +00:00
0597fc6cd9 pending lang updates, and gallery translations 2006-12-26 22:20:54 +00:00
72fed40604 th class for currentusers 2006-12-26 10:01:16 +00:00