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
ak703
59392b4087
fix bug loosing email-entry after adding the user
...
thx to Thai Duong
2005-01-28 22:01:12 +00:00
ak703
c7c29c30aa
fix group edit bug detected by Maanus, so after editing groups in combination
...
with LDAP, the remain with account type "g" and not getting "u".
2005-01-28 20:12:28 +00:00
reinerj
ae73d19085
update lang file from ReklamaLab.RU
2005-01-28 18:28:14 +00:00
reinerj
cec9439460
lang file update Swedish from Marko
2005-01-17 12:56:04 +00:00
reinerj
c5d06cb378
lang file from ReklamaLab.RU
2005-01-16 23:26:59 +00:00
reinerj
98e80db9c2
lang file from ReklamaLab.RU
2005-01-12 20:48:37 +00:00
ak703
0e6474592e
it was nerving, being forced to have an icon for categories - many cat's dont
...
need an icon
2005-01-10 22:54:05 +00:00
ak703
ec7d20c4ae
fixed error in last commit, changed overflow for select region to auto
2005-01-03 15:05:56 +00:00
ak703
3efeb8b62b
implemented new style of multiple select (recommended by Mauro Donadello)
...
Items can now be selected by checkboxes instead of keeping CTRL key pressed, which
makes life easier for many users.
2005-01-03 10:41:07 +00:00
Oscar Manuel Gómez Senovilla
b25004f3e1
*** empty log message ***
2004-12-31 12:03:20 +00:00
reinerj
cebed6849d
update the slovenian lang file from orb_ter
2004-12-02 22:37:43 +00:00
reinerj
9c4a32e183
update the slovenian lang file from orb_ter
2004-11-28 14:24:57 +00:00
Oscar Manuel Gómez Senovilla
bfe146ef78
*** empty log message ***
2004-11-27 23:35:32 +00:00
Oscar Manuel Gómez Senovilla
e4d1f6ea5e
*** empty log message ***
2004-10-21 21:30:38 +00:00
Lars Kneschke
cf3f10911e
add email address also for new accounts
...
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270672
2004-10-18 05:15:58 +00:00
Ralf Becker
940deb08a9
finished DB backup and restore for eGW:
...
- the backup is independent of the used DB and can eg. be used to port an install to an other DB type
- autom. backup before upgrades of the DB structure
- installing backups instead an installation from scratch
- own backup screen in setup and admin to:
+ shedule repeating backups
+ up- and download of backups
+ creating and restoring backups
2004-10-15 23:06:34 +00:00
reinerj
7a15b26136
Lang file update traditional Chinese from Finjon Kiang
2004-10-01 10:36:56 +00:00
bgigon
7e1a268980
Increase visual
2004-09-28 12:26:05 +00:00
Oscar Manuel Gómez Senovilla
df8f5a858c
*** empty log message ***
2004-09-17 09:36:18 +00:00
alpeb
709fa42041
Changed preg_replace with faster strpos
2004-09-11 03:26:33 +00:00
alpeb
b8fcaa3c08
If user doesn't have site configuration access, then don't show the site configuration link for each app
2004-09-10 17:51:28 +00:00
Ralf Becker
08089de0a6
enabled editing of user-ACL settings for admins
2004-08-28 13:48:32 +00:00
Ralf Becker
4eff10135f
removed plugins, as they only work in selected languages
2004-08-28 13:35:02 +00:00
reinerj
8564a78d9a
update lang file from Theytaz Antoine
2004-08-28 13:03:41 +00:00
ak703
d2586ba500
improvements of the ui and some error checking for emtpy fields, implemented
...
tooltip info images for better explanation of the module. Started the README
2004-08-26 21:11:25 +00:00
reinerj
d47313617f
lang file update from Theytaz Antoine
2004-08-26 21:02:07 +00:00
Ralf Becker
2c62ea94b9
fix for bug [ 1011713 ] new user email address gone
2004-08-26 11:57:58 +00:00
ak703
eabf6925b5
Added an admin module for ldap based email settings (based on emailadmin)
...
but reduced to those functions, which are needed to manage ldap entries, which
rely only on standard schemas (core, qmail) which are not considered "experimental"
and without the need to add a separate schema.
This modul will be extended whenever possible and approved for more values.
Main goal here is: Ability to easily use eGW Admin for account management with
LDAP beackend and to comply with those schemas, the distros are delivering.
The link for this module will be shown in addition to Lars' EmailAdmin if LDAP
is used as account storage. So it will not break existing installation ;-)
2004-08-25 22:29:28 +00:00
reinerj
d03d7e0114
replace the bad word grrr
2004-08-25 14:28:16 +00:00
Ralf Becker
45c0f356ef
replaced all while-list-each with foreach, as requested in patch [ 1015863 ] Admin does not save ACL rights and Site Configuration
2004-08-25 11:21:23 +00:00
Ralf Becker
acc5c0dfb0
foreach instead of while-list-each
2004-08-24 19:59:31 +00:00
Ralf Becker
fb1f4f9d6b
renamed html class in admin to html_tables, as the name clashes with the class html in the api
2004-08-24 19:57:47 +00:00
dragob
65feffc4d4
New/updated Slovenian translations (by Matev� Bokal).
2004-08-23 14:11:00 +00:00
reinerj
a898f0157b
italien translations from leonardo amadori
2004-08-12 18:04:16 +00:00
reinerj
1c6aedeb7a
extensions and corrections from Kiang
2004-08-10 12:51:47 +00:00
reinerj
7941a6e561
replace the crap
2004-08-09 09:30:15 +00:00
reinerj
761dd2f13c
replace the crap
2004-08-08 23:15:33 +00:00
reinerj
0392a024fb
replace the crap
2004-08-08 23:12:52 +00:00
reinerj
c4bfb8a3ec
replace the crap
2004-08-08 22:50:50 +00:00
reinerj
689e559dcd
replace the crap
2004-08-08 22:40:39 +00:00
reinerj
12ae81624b
replace the crap
2004-08-08 22:24:54 +00:00
reinerj
ae5eb29bfe
replace the crap
2004-08-08 21:29:14 +00:00
reinerj
1f1c58be46
update korea lang translation from Futurizer
2004-08-07 00:58:47 +00:00
Oscar Manuel Gómez Senovilla
26bf92520e
*** empty log message ***
2004-08-04 20:59:09 +00:00
reinerj
ea33d7c050
update Korea translation futurizer
2004-08-04 10:06:58 +00:00
Ralf Becker
8ea4f68715
using new email address from the account
2004-08-01 17:09:26 +00:00
Ralf Becker
74fd47804a
fixed asyncservices to run under the windows sheduler
2004-07-31 19:37:58 +00:00
reinerj
19ab1c069d
fix some wrong tabs in file which produce error messages
2004-07-31 17:29:52 +00:00
reinerj
80b42dd956
fix some wrong tabs in file which produce error messages
2004-07-31 17:28:17 +00:00
shrykedude
ff34378a1e
Fixed app dependencies for api-1.0.1 version change
2004-07-30 19:06:35 +00:00
Oscar Manuel Gómez Senovilla
53f44c8997
*** empty log message ***
2004-07-27 18:20:14 +00:00
Oscar Manuel Gómez Senovilla
ae31c0db04
*** empty log message ***
2004-07-26 19:48:49 +00:00
Ralf Becker
faa4caa918
fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php
2004-07-22 14:35:38 +00:00
Ralf Becker
edcda476b7
update brasilian translations
2004-07-21 21:18:18 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e
*** empty log message ***
2004-07-14 08:12:56 +00:00
Ralf Becker
cf32369b5d
stoping account or group creation process, if there is an error and therefor no id (else the acl or preference class assumes to change the current user)
2004-07-12 22:06:13 +00:00
Ralf Becker
2323808812
cat icon, color and title
2004-07-12 22:03:57 +00:00