Oscar Manuel Gómez Senovilla
e6a0bc30a9
tracker #1511
2008-07-25 21:22:37 +00:00
Oscar Manuel Gómez Senovilla
bf36524009
Updated spanish translation for trunk
2008-07-25 08:07:35 +00:00
Ralf Becker
4bca7982d6
moved rest of the addressbook group-acl code to addressbook
2008-06-30 16:46:01 +00:00
Ralf Becker
ff7325276e
hook to register an app for group acl
2008-06-27 10:03:14 +00:00
Ralf Becker
c0ec512113
new widget for urls, email-addresses and phone numbers (displaying them r/o as links like in addressbook)
2008-06-11 06:29:41 +00:00
Ralf Becker
8e1221940a
fixed link to set (extended) acl for user or group dirs
2008-04-18 12:38:17 +00:00
Klaus Leithoff
8d9737dab9
added the account creation/modification information to the edit dialog of an account as well
2008-04-10 10:21:51 +00:00
Klaus Leithoff
5ae0e7de95
fixed typo
2008-04-10 09:56:41 +00:00
Klaus Leithoff
735fe90547
added fields created/modified to the display of the single account info as part of the account status.
...
added accountstatus/created/modified to the display of the account list
2008-04-10 09:08:51 +00:00
Ralf Becker
afe2795f2d
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 16:37:37 +00:00
Ralf Becker
f4b534904f
fixed delete user: select new owner, was showing only the first maxmatches accounts
2008-03-06 09:03:27 +00:00
Ralf Becker
a53b69af40
setting the session.save_path to /tmp only for session.save_handler=files and !is_writable(session.save_path)
2008-03-06 06:03:18 +00:00
Klaus Leithoff
91e5c2ab9c
deleting the obsolete hook_admin.inc.php file
2008-02-29 13:06:52 +00:00
Klaus Leithoff
e51e180478
resolving of problems regarding 2 classes responsible for the admin prefs_sidebox (admin_prefs_sidebox_hooks + hook_admin)
2008-02-29 13:05:22 +00:00
Klaus Leithoff
6f9e01d386
get the sidebox menue for admin working again; provided by Stefan Becker
2008-01-29 15:14:35 +00:00
Ralf Becker
6000ff3c1d
upps, was an old version ;-)
2008-01-19 06:05:49 +00:00
Ralf Becker
5d4e591d19
new private custom fields visible only to certain users/groups, only used in addressbook at the moment, easy to add for other apps, only requires to modify the storage method to only save the available cfs, to not delete the hidden ones
2008-01-19 05:32:51 +00:00
Ralf Becker
fe08487fd8
allow to queue command objects, to be fetched by the client
2008-01-09 02:04:30 +00:00
Oscar Manuel Gómez Senovilla
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
Oscar Manuel Gómez Senovilla
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
Ralf Becker
86621d7fe2
moved randomstring method to admin_cmd
2007-12-22 03:21:07 +00:00
Ralf Becker
fa51e2caab
fix for magic_quotes_gpc
2007-12-20 23:56:53 +00:00
Ralf Becker
296e339f65
fix for a stupid bug in php5.1.2
2007-12-20 23:56:06 +00:00
José Luis Gordo Romero
de333e0726
Adding two admin settings to fckeditor:
...
- Enable/Disable spellcheck globally (Also enables/disables spellcheck button in the toolbars)
- aspell bin path
2007-12-20 06:15:03 +00:00
Ralf Becker
b195b3cb8d
- throwing an egw_exception_db_not_unique, if saving an remote location, violates a unique constrain
...
- fixed wired error in setup-cli.php, caused by the automatic setup of the static accounts object, in the setup enviroment
2007-12-20 02:47:37 +00:00
Ralf Becker
e195efadeb
moved access checks into the class with a default implementation, so commands can override it, to be eg. anonymous or under other restrictions available
2007-12-18 23:11:53 +00:00
Ralf Becker
bbfe57db8b
"fixed typo preventing the remote administration values being displayed"
2007-12-13 04:03:43 +00:00
Ralf Becker
21238900c7
__isset() & __unset() methods for admin_cmd
2007-12-13 02:34:44 +00:00
Ralf Becker
1151deace4
added option to showheader command to only transfer the remote_hash and not the whole header
2007-12-07 00:07:08 +00:00
Ralf Becker
b2640f0cec
moved remote hash calculation to a function
2007-12-07 00:03:31 +00:00
Ralf Becker
cae8bb40a8
added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception
2007-12-06 08:00:41 +00:00
Ralf Becker
4f77162f64
first version of a setup command that can run via admins remote command execution
2007-12-05 02:27:49 +00:00
Patrick Bihan-Faou
bb20c359f2
The formated_list function in phpgwapi/inc/class.categories.inc.php was
...
renamed to formatted_list a while ago. There is no need to keep dead code
around.
2007-11-27 17:14:54 +00:00
Ralf Becker
71fc139a31
next step: all admin-cli commands are implemented now in the new structure, exist codes need to be reworked
2007-11-27 03:20:28 +00:00
Ralf Becker
007c46e729
next steps: UI to add remote sites, remote admin needs not to be configured/allowed on the remote side
2007-11-24 19:56:58 +00:00
Ralf Becker
912bbae120
next step admin-cli can send now commands to remote installs (defined direct in egw_admin_remote, no GUI yet)
2007-11-23 20:04:26 +00:00
Ralf Becker
462719d45e
A very first step to remodel our current admin backend:
...
- all commands get loged and optional documented with requesting
person and a comment
- all commands can be run immediatly or scheduled for a later execusion
- all commands can be run either from a command line (admin-cli), from
the web GUI or via a remore administration from a different instance
current status:
- command queue / history table created (need to be installed)
- base class for all comments
- one exemplary command to change application rights of users or groups
- admin-cli used the above comment and has additional parameters to set
the requesting person, scheduled execution time and comment
- GUI to watch the queue / history
- URL to excute/schedule commands remote
More to come now on a daily basis
2007-11-22 00:57:12 +00:00
Pim Snel
a12070b61f
add check to prevent compile error in translation tools
...
add initial kinyarwanda language
2007-11-12 00:47:59 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Oscar Manuel Gómez Senovilla
d9e1677b86
lang updates
2007-11-09 16:57:30 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Klaus Leithoff
29bc1a4896
Added option to set/change password for a given user via commandline, if authenticating as a rightfull user/admin
2007-11-07 13:50:35 +00:00
Nathan Gray
4bf66e6f89
Add mime type icons and thumbnail previews to link list
2007-10-15 17:27:25 +00:00
Oscar Manuel Gómez Senovilla
a840dd6d45
rest of pending files for the egw_ prefix update
2007-10-14 18:48:56 +00:00
Oscar Manuel Gómez Senovilla
0441f0b760
Hopefully, rest of language files
2007-10-14 16:19:43 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Ralf Becker
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
Ralf Becker
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
Oscar Manuel Gómez Senovilla
dec28cbe89
spanish lang updates for trunk
2007-09-16 14:35:58 +00:00
Ralf Becker
d9f9c0bd45
fixed problems pointed out by enricomilanese-AT-gmail.com
2007-09-16 06:52:32 +00:00
Ralf Becker
6ec9f61226
fixed problems pointed out by enricomilanese-AT-gmail.com
2007-09-16 06:51:13 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Ralf Becker
e91b4400b9
fix for bug #1172 : values lost, if error in user-creation/validation
2007-08-30 15:29:34 +00:00
Ralf Becker
64df327afb
small fixes of the new admin-cli after some testing
2007-07-15 08:01:16 +00:00
Ralf Becker
8dbfd58e6e
small fixes of the new admin-cli after some testing
2007-07-15 08:00:12 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Oscar Manuel Gómez Senovilla
2d29a56f4e
lang updates
2007-07-08 20:13:04 +00:00
Oscar Manuel Gómez Senovilla
99771edd87
language updates
2007-06-24 21:55:08 +00:00
Ralf Becker
dfcce2e0a3
removed no changable ACL for addressbook, if contacts are in LDAP
2007-06-11 13:11:05 +00:00
Ralf Becker
0376f3d48f
"removed no changable ACL for addressbook, if contacts are in LDAP"
2007-06-11 13:09:57 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
c7bf33ab2c
"support for new polls schema"
2007-05-20 15:16:59 +00:00
Ralf Becker
86359f111c
"fixed not sticky options: a) session-use-cookie Off, b) session-check-ip Off "
2007-05-19 07:41:16 +00:00
Ralf Becker
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
Ralf Becker
c60811c353
missing date/time customfield type
2007-05-17 06:04:24 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Ralf Becker
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
Ralf Becker
9ff8985ae9
"cancel button was not working in delete user"
2007-05-07 08:06:03 +00:00
Ralf Becker
7ee3b19931
"bugfix: group-name (account_lid) could not be changed"
2007-05-04 14:18:47 +00:00
Oscar Manuel Gómez Senovilla
747da8fd79
Pending lang updates
2007-05-02 21:25:42 +00:00
Ralf Becker
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
Ralf Becker
c9e8aebdcf
"added tracker tables"
2007-04-29 20:45:35 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
519c8e4e43
"bugfix: blank page when editing a user"
2007-04-26 13:54:21 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Oscar Manuel Gómez Senovilla
532182fa41
latest lang updates
2007-04-05 22:53:35 +00:00
Oscar Manuel Gómez Senovilla
976edfb561
portuguese updates
2007-03-11 17:08:54 +00:00
Oscar Manuel Gómez Senovilla
4b92ad49f0
spanish lang updates and some other
2007-03-10 10:56:23 +00:00
Miles Lott
419dfca988
add new lang for group members
2007-03-09 12:34:57 +00:00
Miles Lott
f74693a09f
Add missing (moved) public function
2007-03-09 12:09:54 +00:00
Miles Lott
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
Oscar Manuel Gómez Senovilla
b45d2879c8
A lot of pending lang updates
2007-02-25 22:14:48 +00:00
Pim Snel
9467610549
implement topmenu hook
...
check if topmenu is enabled and then skip after navbar hook
2007-01-23 23:35:12 +00:00
Oscar Manuel Gómez Senovilla
3d6d20e3d8
patch 297
2007-01-22 20:26:34 +00:00
Oscar Manuel Gómez Senovilla
8d6b62a74c
pending lang updates
2007-01-21 11:38:09 +00:00
Oscar Manuel Gómez Senovilla
7cb034e071
patch 188 and lang updates
2007-01-05 00:13:14 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
0597fc6cd9
pending lang updates, and gallery translations
2006-12-26 22:20:54 +00:00
Ralf Becker
72fed40604
th class for currentusers
2006-12-26 10:01:16 +00:00
Ralf Becker
f1b8c4ec2b
Patch from Klaus Leithoff <kl-at-stylite.de> to sort the groups alphabetic while editing accounts
2006-12-19 13:24:09 +00:00
Ralf Becker
176554400a
Patch from Klaus Leithoff <kl-at-stylite.de> to better deal with a big number of groups in edit accounts
2006-12-15 10:41:33 +00:00
Ralf Becker
4a58dcb45a
index.tpl von idots
2006-12-13 13:23:22 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
157e6bfc4f
not needed anymore, icon is in default
2006-12-13 09:42:42 +00:00
Ralf Becker
690df7be90
using one shared admin-index tpl in defaut, fixed not working phpinfo in jerryr
2006-12-13 09:39:23 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Jerry Ruhe
82597a85bd
using default icons
2006-12-09 09:20:01 +00:00
Jerry Ruhe
f976b5d5b2
using default icons
2006-12-09 08:43:14 +00:00
Ralf Becker
343d5a6eac
patch from Klaus Leithoff: implementing lettersearch for group-list
2006-12-06 15:15:42 +00:00
Ralf Becker
24ae9727d5
new jerryr template set from Jerry Ruhe
2006-11-28 07:45:33 +00:00
Oscar Manuel Gómez Senovilla
e403dc2670
lang updates
2006-11-19 15:21:31 +00:00
Ralf Becker
2e0e11d5a7
showing the query and keeping it when paging through the result
2006-10-28 09:38:20 +00:00
Pim Snel
5036768541
updated dutch translation
2006-10-15 20:46:55 +00:00
Ralf Becker
fd45860980
ability to set an email-address for groups (with automatic forwards to member's email)
2006-10-11 21:58:58 +00:00
Ralf Becker
9b88f55d7d
new application customfields for the other (non-infolog) apps. If the application field should generate a link, it has to be done in the application itself.
2006-10-05 06:36:09 +00:00
Ralf Becker
6396d1b235
new application customfields for the other (non-infolog) apps. If the application field should generate a link, it has to be done in the application itself.
2006-10-05 06:34:12 +00:00
Ralf Becker
3fc7b9ab38
new admin cli (comman line interface), which allows at the moment only to delete accounts in a proper way. This could not be included in setup-cli, as the delete-hooks of several applications require a complete eGW enviroment.
2006-09-19 06:59:55 +00:00
Ralf Becker
ff9f3ebcbd
passing the info also to method hooks
2006-09-19 06:58:25 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Ralf Becker
b360e90430
fixed not stored email-address-policy
2006-08-24 06:21:49 +00:00
Oscar Manuel Gómez Senovilla
dab5e19ef8
massive lang update
2006-07-16 07:13:01 +00:00
Ralf Becker
9d4ddba49b
removed not used instanciation of old sbox class
2006-07-06 20:15:11 +00:00
Ralf Becker
a446185de0
nicer formatting and more comfy
2006-07-06 19:10:58 +00:00
Ralf Becker
e6e05e283c
reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table
2006-06-23 01:28:47 +00:00
Ralf Becker
ec8bc31682
fix for empty webserver_url (eGW installed in docroot)
2006-06-22 05:38:31 +00:00
Ralf Becker
860ee3f50b
fix to be able to set the email-address against the policy on add (update already worked)
2006-06-21 22:43:50 +00:00
Cornelius Weiß
4d200374a2
fix: load translation only if a gui is involved
2006-06-16 15:14:31 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57
langs update, trying to fix the phpgwapi/phpgw_fr.lang problem
2006-06-09 05:09:06 +00:00
Ralf Becker
c30d082ae6
changed editaccount hook to use the same values (with account_ prefix) as the addaccount hook
2006-06-09 00:05:14 +00:00
Ralf Becker
a3e859f85f
quitent a debug message
2006-06-07 18:04:24 +00:00
Ralf Becker
6557128ec6
rewrite of the accounts classes:
...
- new cleaner AND documented interfaces
- old interfaces are still availible, but depricated
- LDAP backend stores now membership information in LDAP too, and does NO longer require the phpgwAccount schema
- LDAP backend deals now well with LDAP schema in which posixGroup is no structural object (eg. newer SuSE distros)
- password from users are done now binded as that user, so if you dont need/use our admin to manage accounts, you can give a root-dn which only allows to search&read accounts
2006-06-06 23:42:56 +00:00
Oscar Manuel Gómez Senovilla
ecca7d62f3
admin lang updates
2006-06-03 17:42:34 +00:00
Oscar Manuel Gómez Senovilla
ae44b61223
spanish updates
2006-05-03 16:56:15 +00:00
Oscar Manuel Gómez Senovilla
a2c7927269
lang updates
2006-05-01 23:09:26 +00:00
Ralf Becker
c71c53851f
fixed critical bug:
...
a too long account-lid caused the complete lost of run-rigths from all user and groups
2006-04-30 12:18:47 +00:00
Oscar Manuel Gómez Senovilla
74a54f8e6a
vietnamese additions and other updates
2006-04-27 08:03:15 +00:00
Ralf Becker
c730c82502
reading the custom fields and types in the constructor, otherwise save_repository would delete them
2006-04-26 21:26:34 +00:00
Ralf Becker
267015342a
fix for register globals off, nextmatch was not working on egroupware.org
2006-04-25 19:10:39 +00:00
Ralf Becker
b6b3db5ed4
first version / step to the new 1.4 addressbook:
...
- User accounts are an own addressbook now
- every user and group (can) have an own addressbook
- for groups the accessrights no longer depend on the creator
- new acl for adding into an addressbook
- all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's)
- some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed
- db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook
- group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger)
- Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed!
- it depends on further updates of etemplate, phpgwapi, admin!
==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
2006-04-23 14:40:31 +00:00
Oscar Manuel Gómez Senovilla
13ac7660a1
lang updates, including english for some phrases in admin and preferences
2006-04-20 23:17:20 +00:00
Oscar Manuel Gómez Senovilla
0366415b23
several different lang updates
2006-04-17 06:40:29 +00:00
Ralf Becker
703f049b09
function to create email addresses after a configurable policy
2006-04-16 12:31:00 +00:00
Oscar Manuel Gómez Senovilla
4f88a0bcef
commit for closing the 1.2
2006-04-10 16:59:48 +00:00
Oscar Manuel Gómez Senovilla
5afb077bca
lang updates
2006-04-08 23:08:29 +00:00
Ralf Becker
f121e88c4c
some missing translations
2006-04-06 10:49:23 +00:00
Ralf Becker
fcd9a870b7
fixed not working validation hook
2006-04-06 10:46:59 +00:00
Ralf Becker
bae9cc6013
invalidate session cache on changes in egw_info
2006-04-06 07:53:44 +00:00
Ralf Becker
055c9f846f
config ignored changes made in the hook config
2006-04-06 07:52:50 +00:00
Ralf Becker
7b4cdbb097
login- and home-message dealed wrongly with some special chars like: \ ' " <
2006-04-06 07:51:23 +00:00
Oscar Manuel Gómez Senovilla
5bef910835
pending commits after CVS problem
2006-04-05 12:18:58 +00:00
Oscar Manuel Gómez Senovilla
3e19646bc1
*** empty log message ***
2006-03-28 22:08:01 +00:00
Oscar Manuel Gómez Senovilla
a6a7b0b7d5
catalan and other updates
2006-03-25 10:49:56 +00:00
Oscar Manuel Gómez Senovilla
10cde37f83
lang updates, including english preferences
2006-03-21 02:27:48 +00:00
Oscar Manuel Gómez Senovilla
79e7e246f9
*** empty log message ***
2006-03-16 19:06:10 +00:00
Cornelius Weiß
300b9b1070
addressbook extension:
...
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 13:54:17 +00:00
Oscar Manuel Gómez Senovilla
ef2cabef9e
*** empty log message ***
2006-03-12 13:09:19 +00:00
Ralf Becker
db1a32aa33
fix for bug [ 1446044 ] eGw asking for delete sub-categories when it not exists
2006-03-10 09:53:10 +00:00
Ralf Becker
c1722f0bf9
adding 1.3 api to dependencies
2006-03-08 21:41:25 +00:00
Ralf Becker
eb6d8504c1
fix for bug [ 1417178 ] Group membership after edit
...
--> negative indexes to arrays are treated different if represened as string or integer
2006-03-08 18:25:24 +00:00
Ralf Becker
e3c0783cee
fix for bug [ 1345020 ] Need to un-escape form/html output...
...
--> happened with magic_quotes_gpc On
2006-03-08 16:53:16 +00:00
Oscar Manuel Gómez Senovilla
ab3154991f
patch 1424307 (updated files)
2006-03-08 11:03:03 +00:00
Oscar Manuel Gómez Senovilla
4b1f545141
*** empty log message ***
2006-03-08 10:06:09 +00:00
Oscar Manuel Gómez Senovilla
2293a9b76e
basque and other language updates
2006-02-27 23:21:58 +00:00
Oscar Manuel Gómez Senovilla
271364abf1
slovak updates
2006-02-24 01:08:15 +00:00
Oscar Manuel Gómez Senovilla
84c8db4e8b
slovensky (sk) additions and some updates
2006-02-18 03:06:35 +00:00
Cornelius Weiß
ebe03cad86
language updates
2006-02-16 17:18:25 +00:00
Oscar Manuel Gómez Senovilla
8854dfcc34
*** empty log message ***
2006-02-05 10:52:16 +00:00
Oscar Manuel Gómez Senovilla
e833291b13
*** empty log message ***
2006-01-08 13:53:07 +00:00
Cornelius Weiß
19d4484b7d
fix: hook update_group wasn't processed
2006-01-04 19:19:11 +00:00
Ralf Becker
809768937d
added timesheet to the apps with acl
2005-12-19 04:17:43 +00:00
Ralf Becker
dc8d6aa52b
fixed not working group-selectbox
2005-12-14 23:27:17 +00:00
Oscar Manuel Gómez Senovilla
3610548d7e
bug 1374900 and extra
2005-12-07 01:17:58 +00:00
Oscar Manuel Gómez Senovilla
255e863d05
several language updates
2005-12-06 11:23:12 +00:00
Oscar Manuel Gómez Senovilla
cbbd5866de
updates for late RC4 :(
2005-12-03 01:01:27 +00:00
Lars Kneschke
a14cf00c50
some small layout fixes
2005-12-02 14:06:25 +00:00
Ralf Becker
f227e36362
fix for bug [ 1362733 ] Setting is ruining calendar display...
2005-12-01 20:21:16 +00:00
Oscar Manuel Gómez Senovilla
a7fc10f621
several italian and chines updates
2005-12-01 15:56:15 +00:00
Miles Lott
a828b3cf85
remove superfluous globals, format
2005-11-26 14:04:40 +00:00
Miles Lott
2a44512e96
fix email address
2005-11-26 13:48:28 +00:00
Ralf Becker
1ed66cdeeb
removed mail config from Admin >> Site config as the mail config is availible now inside eGW via EMailAdmin or via Setup >> Configuration
2005-11-25 08:14:04 +00:00
Oscar Manuel Gómez Senovilla
d038701dcb
traditional chinese update
2005-11-24 10:25:38 +00:00
Ralf Becker
50548b05f5
fix for bug [ 1257649 ] nextmatchs failed when listing categories with much sub-cat
2005-11-23 23:44:20 +00:00
Oscar Manuel Gómez Senovilla
51410f60c1
tts missing phrases
2005-11-20 21:02:22 +00:00
Oscar Manuel Gómez Senovilla
03fd033b56
dutch updates
2005-11-20 09:49:41 +00:00
Ralf Becker
5fa1bb109b
fixed not working update of start and login-page message: eliminated direct access to the lang & languages table by using (new) functions from the translation class
2005-11-19 20:10:23 +00:00
Oscar Manuel Gómez Senovilla
87eefcca34
lang updates
2005-11-18 11:44:28 +00:00
Oscar Manuel Gómez Senovilla
0e6d8054f2
slovenian update
2005-11-13 23:23:16 +00:00
Ralf Becker
82afc6783c
app version and dependencies to 1.2
2005-11-13 22:33:49 +00:00
Oscar Manuel Gómez Senovilla
dccb3b29ef
spanish updates for 1.2 rc1
2005-11-13 21:22:11 +00:00
Oscar Manuel Gómez Senovilla
5c9dcc3194
Traditional chinese (Taiwan) completion
2005-11-13 10:38:23 +00:00
Ralf Becker
1f37f024ca
phpgw_access_log --> egw_access_log
2005-11-13 09:47:05 +00:00
Ralf Becker
f6e4328f85
phpgw_(app_)sessions --> egw_(app_)sessions
2005-11-13 09:16:31 +00:00
Ralf Becker
8a06c230c4
modernized and documented the hooks-class, phpgw_hooks --> egw_hooks
2005-11-13 06:58:38 +00:00
Oscar Manuel Gómez Senovilla
04f215beee
*** empty log message ***
2005-11-10 10:50:31 +00:00
Ralf Becker
950fa24a14
forgot to commit the templates
2005-11-09 12:47:47 +00:00
Ralf Becker
10ced8ebd5
using common::get_referer()
2005-11-09 12:46:52 +00:00
Ralf Becker
402b114918
quitened warning if there are no customfields defined yet
2005-11-08 14:26:36 +00:00
Ralf Becker
37a5d611c0
customfields working again ;-)
...
- uses admin.customfields for configuration
- and customfield widget in eTemplate
2005-11-08 13:51:43 +00:00
Oscar Manuel Gómez Senovilla
a3a5746186
spanish completion
2005-11-07 22:13:23 +00:00
Oscar Manuel Gómez Senovilla
49d548dd25
bug 1240675: removing old phpgw_zt.lang files
2005-11-05 14:22:46 +00:00
Oscar Manuel Gómez Senovilla
b68272942e
bug 1240675, from zt -> zh-tw. First part, just add new files
2005-11-05 13:45:37 +00:00
Miles Lott
6717a20a69
Fix spelling of quota
2005-11-04 13:06:02 +00:00
Oscar Manuel Gómez Senovilla
f5cbe1e7ca
several updates
2005-11-04 00:39:00 +00:00
Ralf Becker
c85d34c0fe
changed the following table-names:
...
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
Cornelius Weiß
65cd84bb4c
sorry, acident happend
2005-11-02 10:05:57 +00:00
Cornelius Weiß
76692a6e28
upps, forgot to commit templates for customfields manager
2005-11-01 18:59:15 +00:00
Oscar Manuel Gómez Senovilla
9e32132eaa
bug 1344288: dutch translation update
2005-10-31 22:48:15 +00:00
Oscar Manuel Gómez Senovilla
8ad4d0ecbe
several update
2005-10-31 08:51:05 +00:00
Cornelius Weiß
21cdc2d1e7
added a general custiomfield definition module for admin-section
2005-10-28 18:27:06 +00:00
Oscar Manuel Gómez Senovilla
26a9fed831
*** empty log message ***
2005-10-26 00:54:00 +00:00
Oscar Manuel Gómez Senovilla
2f4259dfd0
*** empty log message ***
2005-10-23 22:49:01 +00:00
Oscar Manuel Gómez Senovilla
07dca33f46
persian files and several updates
2005-10-20 09:44:57 +00:00
Oscar Manuel Gómez Senovilla
cffd0551fe
*** empty log message ***
2005-10-19 06:59:19 +00:00
Oscar Manuel Gómez Senovilla
fea8c1660d
bug 1294588 and lang setup fixes
2005-10-15 21:52:37 +00:00
Ralf Becker
aac9ec7d10
phpgw --> egw
2005-10-14 17:03:16 +00:00
Ralf Becker
c8632a8808
some missing translations
2005-10-14 08:46:37 +00:00
Oscar Manuel Gómez Senovilla
b042a07504
*** empty log message ***
2005-10-13 07:17:47 +00:00
Oscar Manuel Gómez Senovilla
fe866fedae
bug 1239981
2005-09-29 21:04:59 +00:00
Oscar Manuel Gómez Senovilla
d7921303d8
bug 1266300
2005-09-29 19:10:21 +00:00
Lars Kneschke
1085534c94
modified the delete hooks to use $GLOBALS['hook_values']
2005-09-20 10:11:38 +00:00
Oscar Manuel Gómez Senovilla
82e8d1ff7c
bug 1004437
2005-09-17 16:35:53 +00:00
Ralf Becker
d1b30b9927
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:51:04 +00:00
Ralf Becker
e72ec322e1
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:39:36 +00:00
Ralf Becker
b837962ac8
script (admin-only) to delete ACL records of not (longer) existing accounts
2005-09-10 08:57:59 +00:00
Oscar Manuel Gómez Senovilla
49ce0ce185
Various italian updates
2005-08-23 08:25:03 +00:00
zhangweiwu
4c23a36a6e
correct some very small translation errors
2005-08-05 03:26:33 +00:00
Ralf Becker
af08a637eb
removed the apply phrase from admin as it's already in common and sometimes even translated different
2005-07-26 09:56:29 +00:00
Ralf Becker
2ebf6f517e
fixed old problem: changes in your account (eg. adding an app) happen with the next page-view only
2005-07-22 09:22:04 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
petere78
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
zhangweiwu
42d00f5442
similiar stylesheet enhancements to preference as I did for admin module, less refereence to $GLOBALS['phpgw_info']['theme']['row_off'] and more reference to logicl style classes.
2005-07-07 03:21:47 +00:00
zhangweiwu
d2444ac288
further modification to replace typical phpgw style
...
<TD BGCOLOR="{ROW_ON}">
with egroupware style
<td class="row_on">
for more flexibility. most of these files are years old.
(pim proofread)
2005-07-06 02:26:44 +00:00
zhangweiwu
3beec61a24
take back stylesheet control by using class="row_on"
2005-07-01 05:10:01 +00:00
zhangweiwu
e98354a5ab
as I mensioned before the 1% width problem is all over egroupware and making CJK user interface ugly. A typical example is many tables are always two or three lines high for one <tr>. If you don't have a look at a CJK user interface you probably won't notice it at all.
...
I introduce a global style class 'narrow_column' to address this.
2005-07-01 03:29:44 +00:00
Ralf Becker
f5fefe3aff
enable group ACL for projectmanager
2005-06-14 07:44:36 +00:00
Oscar Manuel Gómez Senovilla
4c6b62cc7f
bug 1187943
2005-06-02 18:44:11 +00:00
Oscar Manuel Gómez Senovilla
1cc693567b
*** empty log message ***
2005-05-04 22:52:06 +00:00
Ralf Becker
483ad2cec4
patch from <tibolist-at-free.fr>:
...
code logic was wrong and it was using an API method that is
also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method
cmp_version_long().
1) the code logic:
it get versions for the current app and for the api from file
(app/setup/setup.inc.php) and from DB.
it loops over this 2 apps (app, and api), and set a $_current to true or
false. this variable value is defined by the last app check in the loop
(the API) => then if your API version is up to date, your application
version is also. which was wrong for me. Well in the attached file i
change the code logic.
2005-04-27 07:56:44 +00:00
Ralf Becker
33d296114f
Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net
2005-04-15 15:21:52 +00:00
Ralf Becker
b4c9197e20
Russian langfiles from ReklamaLab.RU
2005-04-15 15:03:28 +00:00
Ralf Becker
94202f6581
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
2005-04-15 10:18:20 +00:00
Ralf Becker
ee9cf93b63
removed hack necessary because of the wrong call of the contructor of the application class
2005-03-30 14:46:37 +00:00
Oscar Manuel Gómez Senovilla
f2a93fa910
*** empty log message ***
2005-03-26 22:00:50 +00:00
Ralf Becker
091af2e3b6
1) referer check to find out if called via admin or the sidebox menu of an app, in that case show the sidebox-menu of that app and not of admin and return to it
...
2) load the translations of the app to configure too, so it's phrases dont need to be in common, to have them in admin and the app
2005-03-03 16:57:07 +00:00
alpeb
6212ad3c78
Applied patches #1151626 from Regis Leroy that allow configuration of global ACL rights on a group level (before it was only possible on a user level). This will allow to control access to the admin and monitor sections of the workflow app using its new acl hook
2005-02-28 16:12:31 +00:00
alpeb
8299eb6aa4
added png support
2005-02-28 16:11:47 +00:00
Oscar Manuel Gómez Senovilla
60ae406c63
*** empty log message ***
2005-02-27 10:20:49 +00:00
Ralf Becker
9317f4e7bb
new norwegian translations from ��yvind Kronkvist <oyvind-at-kronkvist.no>
2005-02-19 10:35:04 +00:00
Ralf Becker
d3d2ac11ee
fixed bug reported on the devel-list: clicking on "Grand access" icons (pencil) while adding a new account results in an sql error
...
==> icon not longer shown, as we have no user-id yet
2005-02-15 08:18:27 +00:00
reinerj
6b2a377b76
update lang file from Mats Fredriksson for Swedish
2005-02-04 17:36:10 +00:00
Oscar Manuel Gómez Senovilla
29997ba72f
bug 1112125
2005-01-29 19:36:06 +00:00
Oscar Manuel Gómez Senovilla
a06003edef
*** empty log message ***
2005-01-29 13:05:52 +00:00