alpeb
1736c6399b
Added 'Check Now' translation for notify app
2004-09-02 17:44:48 +00:00
dragob
42b2966f4d
New/updated Slovenian translations.
2004-08-31 22:00:45 +00:00
reinerj
9c7206f15f
replace the bad word
2004-08-31 18:15:53 +00:00
reinerj
8c0f7f2e38
delete blank lines which make problems at language install
2004-08-31 15:39:47 +00:00
reinerj
7c92f52c32
delete blank lines which make problems at language install
2004-08-31 15:29:22 +00:00
mgalgoci
a089746e47
fix the fix
2004-08-31 15:18:25 +00:00
reinerj
ee8333df82
delete the bad word
2004-08-31 13:22:51 +00:00
reinerj
f40150e93c
update lang file from Theytaz Antoine
2004-08-31 12:54:49 +00:00
mgalgoci
606c1064be
- re-write of the phpgwapi::accounts_ldap::auto_add function
...
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- remove some crap and make function readable
2004-08-30 15:16:40 +00:00
mgalgoci
99ffa6ebc1
- re-write of the phpgwapi::accounts_sql::auto_add function
...
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- set default name to New User if we have no other data
- remove some crap and make function readable
2004-08-30 15:15:59 +00:00
Ralf Becker
7b6b6d5759
fixed mapping of I4 to INTEGER now, it was mediumint which is a 3-byte interger only
2004-08-30 15:06:05 +00:00
Ralf Becker
c69e9cd32e
implemented a one-click (tm) change between single and multiple account-selection for the calendar
2004-08-29 20:32:56 +00:00
Ralf Becker
9fd05b8872
changed currentapp to addressbook, to not allow access without run-rights for addressbook
2004-08-29 19:08:50 +00:00
Ralf Becker
67c4d01b38
integrated the HTMLarea plugins into the eGW translation system
2004-08-29 01:27:22 +00:00
Ralf Becker
df81dc93ab
integrated the HTMLarea plugins into the eGW translation system
...
fixed bug [ 1006205 ] wiki editing broken with Safari
2004-08-29 01:26:42 +00:00
Ralf Becker
da2755de9a
integrated the HTMLarea plugins into the eGW translation system
2004-08-29 01:26:17 +00:00
Ralf Becker
b3b3420674
allow sorting after multiple criteria as in sql
2004-08-28 14:44:05 +00:00
reinerj
9058ebfb40
update lang file from Theytaz Antoine
2004-08-28 13:08:57 +00:00
Ralf Becker
e109e8c320
removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function
2004-08-27 18:21:28 +00:00
mgalgoci
f2d528fd84
Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
...
causing some users to misread some fields they were typing.
2004-08-27 17:17:05 +00:00
Ralf Becker
d868007dac
fixed some of our sessions problems:
...
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
2004-08-27 13:17:25 +00:00
Ralf Becker
66d2519243
Changes to update phpGW versions from after the fork up to 0.9.16.001, thought we dont import their new addressbook, we only create the original addressbook-tables if they are not there, because it's a newer install. The changed phpgw_log and phpgw_log_msg tables are just droped and recreated.
2004-08-27 11:36:18 +00:00
Ralf Becker
b68f289d87
made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now.
2004-08-27 10:41:57 +00:00
Oscar Manuel Gómez Senovilla
38aacb3de2
*** empty log message ***
2004-08-26 21:31:38 +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
703e964f57
fixed "TranslationTools" italian langfile is written empty, it only happens if system-charset utf-8 is set and is cause by the wrong translation of charset to "set characteri" instead of the used charset iso-8859-1
2004-08-26 19:00:50 +00:00
mgalgoci
18221503b6
- re-write display_fullname to be more readable and suck much less
...
- add support for Lastname, Firstname username account views
2004-08-26 18:47:29 +00:00
Ralf Becker
b3971d810c
RenameColumn no checks if column is used in an index and evtl. rename the column in the index-definition (for the baseline delta)
2004-08-26 14:18:09 +00:00
Ralf Becker
9673ed9a05
fixed update-file, update from stable was running the phpgw_async changes twice, reported by Andy
2004-08-26 14:15:55 +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
Lars Kneschke
87fd7d1d05
fix for Bug: [ 1009099 ] Unable To Add Project
2004-08-25 20:57:31 +00:00
Lars Kneschke
23046ac0b5
fix for bug [ 1007816 ] error message
2004-08-25 20:04:27 +00:00
reinerj
ecf6d38037
replace the bad word grrr
2004-08-25 18:17:28 +00:00
Oscar Manuel Gómez Senovilla
6a84552918
*** empty log message ***
2004-08-25 17:50:48 +00:00
reinerj
a806550d64
replace the bad word grrr
2004-08-25 15:14:09 +00:00
Ralf Becker
d5b8419f8d
fixing the fix, now even all sub-arrays get reset
2004-08-24 20:01:49 +00:00
Ralf Becker
e027149a05
fixed delete-problem of anglemail after security update
2004-08-24 10:45:07 +00:00
Ralf Becker
ed8760d199
fixing the fix ;-)
2004-08-23 18:44:37 +00:00
Ralf Becker
d7fc09daef
fixed probs pointed out by Joxean Koret
2004-08-23 18:18:26 +00:00
dragob
ec25319d61
New/updated Slovenian translations (by Matev� Bokal).
2004-08-23 14:21:33 +00:00
dragob
65feffc4d4
New/updated Slovenian translations (by Matev� Bokal).
2004-08-23 14:11:00 +00:00
Ralf Becker
ce8a00c31a
fixed calltime-pass-reference
2004-08-23 09:40:53 +00:00
Ralf Becker
ab08e1615b
fixed probs pointed out by Joxean Koret
2004-08-22 23:14:57 +00:00
Ralf Becker
9ed16c7960
fixed probs pointed out by Joxean Koret
2004-08-22 23:14:55 +00:00
Ralf Becker
822506cec0
using native adodb functions for quote and db_addslashes:
...
- qstr() save's one extra call compared to the PEAR function quote()
- dont need substr( ,1,-1) for db_addslashes
2004-08-22 20:30:12 +00:00
Ralf Becker
aa86cc11eb
small fix
2004-08-22 18:32:20 +00:00
Ralf Becker
092bca5805
small fix
2004-08-22 14:14:38 +00:00
Ralf Becker
766ad46189
deleting all acl-entries of not (longer) existing accounts (users and groups), these entries have'nt got delete so far and cause a lot of mailfunctioning in the ACL class
...
==> update to version 1.0.1.002
2004-08-22 11:21:25 +00:00
Ralf Becker
d8d352955c
fixed old update, which messed up the 1.0.0.004 update for LDAP
2004-08-22 11:13:15 +00:00