Commit Graph

12483 Commits

Author SHA1 Message Date
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
2cff4753c5 two greek lang files left 2007-11-10 10:43:48 +00:00
Ralf Becker
cffa8b9aeb "patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC" 2007-11-10 08:07:44 +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
Pim Snel
d5bee12334 initial setup of the Kinyarwanda (Rwanda, East Congo, South Uganda, West Tanzania) language file
soon people in Kigali Rwanda will start translating
2007-11-08 15:55:58 +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
Christian Binder
7c81140147 updated german translation for addressbook 2007-11-06 15:46:28 +00:00
Christian Binder
875fe14219 some improvements when selecting a distribution list in mail: -users can switch between email and email_home (the default behaviour can be set via user-prefs), -auto-fallback to email_home if email not present and vice versa 2007-11-06 15:45:40 +00:00
Ralf Becker
90f39cef39 "encryption" type plain for sql and ldap, to allow to store the passwords readable 2007-11-06 11:16:34 +00:00
Cornelius Weiß
1509ae821e add mendatory fields again which got lost by the patches of Patrick Bihan-Faou 2007-10-31 21:17:40 +00:00
Ralf Becker
ba380b7540 fixed a few small bugs in the contactform: verification can be turned off now, 2. customfiled is now disable if not set, email-address verification allows for "-" in the mail part 2007-10-31 11:13:28 +00:00
Ralf Becker
3938faeb19 "enhanced link widgets 'link' subwidget, to allow to specify the application via the options (value is just the id then)" 2007-10-31 08:16:34 +00:00
Ralf Becker
c8eec1ae36 "fixed not working language selection after changeing the lang-filenames from phpgw_XX.lang to egw_XX.lang" 2007-10-31 07:50:56 +00:00
Ralf Becker
b4bd76fbb5 "dont delete infolog, which are linked to other elements, but their project" 2007-10-30 16:18:12 +00:00
Ralf Becker
ec9c277770 "removed deleting, as it might not be always wanted, maybe we make it configurable later on" 2007-10-30 16:17:48 +00:00
Ralf Becker
a696057734 fixed typo reported by Daniel Lüken <lueken-AT-via-ev.de> on the german list 2007-10-30 06:28:40 +00:00
Ralf Becker
742f10831b not using gidNumber for autocreating accounts, as it means nothing on our system and it stops the group selected in setup from beeing used 2007-10-28 06:04:16 +00:00
Ralf Becker
80f9d76753 patch from erwin.leubaz-AT-advancedsilicon.com for IE and Outlook2007 2007-10-25 15:35:04 +00:00
Ralf Becker
cf69bfd0a9 1) added missing fields to defaultEntries[1]: TEL;CELL;HOME, TEL;FAX;HOME, URL;HOME, FBURL (not sure if they are understood by nexthaus, but the definitly belong to the all fields entry)
2) added minimal vCard3 support required by thunderbird GroupDAV plugin: eg. ADR;TYPE=work instead of ADR;WORK
2007-10-25 06:26:50 +00:00
Klaus Leithoff
615751f8d8 fixed a bug regarding the search-scope, regarding the allowed dirs to search in. 2007-10-23 11:17:21 +00:00
Klaus Leithoff
4005da15d2 added more Info to setup-cli --check; List applications that are not installed. 2007-10-23 08:20:31 +00:00
Nathan Gray
c49d305932 If there is a format error on a tab, make sure that tab is visible so user can see the error 2007-10-22 20:24:54 +00:00
José Luis Gordo Romero
1e6ce9fd6e [etemplate] - Changed datatype text->longtext on egw_etemplate.et_data 2007-10-21 09:24:31 +00:00
José Luis Gordo Romero
7ab746e386 [Oracle Support]
- Enable $noNullString in oci8 driver, this solves inserts blanks on NOT NULL columns that are not part of the 
primary key
- Fixes problems as group creation, and others
2007-10-21 07:53:22 +00:00
Ralf Becker
257aa829a3 "fixed typo reported by Thomas Hoth on the developer list, causing calendar sync in trunk to fail if the clients wants categories" 2007-10-20 06:05:24 +00:00
Ralf Becker
761cb8c9a0 "allow mixed installations of trunk and 1.4 apps, by reading both langfiles" 2007-10-19 13:02:55 +00:00
Ralf Becker
e1dec0fc76 fixed not shown list of replacement, if language is english 2007-10-19 09:47:06 +00:00
Ralf Becker
5174804b39 added last and next date to edit & view too 2007-10-19 08:34:47 +00:00
Ralf Becker
bd4b0cc4ef "added a query log, independent of the db used" 2007-10-19 05:48:52 +00:00
Ralf Becker
598a63379c "added a query log, independent of the db used" 2007-10-19 05:46:39 +00:00
Ralf Becker
c0159b5466 "ability to specify account to not show in the select-account widget" 2007-10-19 05:37:23 +00:00
Ralf Becker
af2407a160 italian holidays from Vanja Cvelbar <cvelbar-AT-tasc.infm.it> 2007-10-18 12:38:32 +00:00
José Luis Gordo Romero
3081b0a05a ORA - Fixed schema creation (indexes, triggers and secuences):
Indexes: The solution of put the index name of the first columnt dont't
work because duplicates, create instead a hash of the large name (PHP 5
>= 5.1.2, PECL hash:1.1-1.5) with an fixed char at beginning (Oracle
objects names can't start with a number)

Secuences & triggers: create a a hash of the large name.
2007-10-18 04:29:16 +00:00
Ralf Becker
015180cd06 "fixed bug introduced by my commit r24522: egw could not deal with LDAP Ids" 2007-10-17 14:40:02 +00:00
Nathan Gray
a0201fd941 Fix link thumbnailing, accidentally used include() instead of readfile() for cached images 2007-10-15 21:04:40 +00:00
Nathan Gray
073e5fdc81 Fix thumbnailing of linked jpegs 2007-10-15 19:46:47 +00:00
Nathan Gray
d3b838e13a Fix link thumbnail caching so it actually caches 2007-10-15 19:34:49 +00:00
Nathan Gray
33d8386f27 Add mime type icons and thumbnail previews to link list 2007-10-15 17:29:46 +00:00
Nathan Gray
4bf66e6f89 Add mime type icons and thumbnail previews to link list 2007-10-15 17:27:25 +00:00
Ralf Becker
e3a1390b6c "fixed (new multiple) selection preference: array_merge caused a renumbering of the numeric indices, which messed up the prefs" 2007-10-15 16:45:22 +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
dfca15f3e0 update for non-active apps for switch from phpgw_ to egw_ lang files 2007-10-14 17:24:15 +00:00
Oscar Manuel Gómez Senovilla
7d38810b20 migration from phpgw_ to egw_ for importexport 2007-10-14 16:50:22 +00:00
Oscar Manuel Gómez Senovilla
0441f0b760 Hopefully, rest of language files 2007-10-14 16:19:43 +00:00
Oscar Manuel Gómez Senovilla
2ce5401d6b home files for egw_ prefix 2007-10-14 16:16:17 +00:00
Oscar Manuel Gómez Senovilla
adfbd598d9 lang files with egw prefix 2007-10-14 16:15:28 +00:00
Oscar Manuel Gómez Senovilla
7bbfae68c6 Changes in setup to handle egw_ prefix in lang files 2007-10-14 16:13:50 +00:00
Oscar Manuel Gómez Senovilla
b018b25a15 API changes to handle egw_ prefix in lang files 2007-10-14 16:12:39 +00:00
Ralf Becker
861768e0e3 fixed wrong content-type reported by Erwin (erwin.leubaz-AT-advancedsilicon.com) on the developers list 2007-10-13 07:25:52 +00:00