reinerj
fdad27697d
replace the crap
2004-08-09 13:03:05 +00:00
reinerj
8942603608
replace the crap
2004-08-09 12:40:51 +00:00
reinerj
36d8ccb302
delete the crap
2004-08-08 21:09:16 +00:00
Ralf Becker
9772a1b82a
updated api-version to 1.0.0.003 for the final 1.0
...
Yuhuuuu :-)
2004-08-07 18:38:43 +00:00
Oscar Manuel Gómez Senovilla
9449ea5afa
*** empty log message ***
2004-08-07 10:22:51 +00:00
Ralf Becker
906dd66691
bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org>
2004-08-04 14:56:19 +00:00
reinerj
fe44aa6f00
fix some wrong tabs in file which produce error messages
2004-07-31 18:02:58 +00:00
reinerj
6afdef7f3a
fix some wrong tabs in file which produce error messages
2004-07-31 17:15:12 +00:00
reinerj
ffe12bd74a
fix some wrong tabs in file which produce error messages
2004-07-31 17:12:55 +00:00
reinerj
4656d2372a
fix some wrong tabs in file which produce error messages
2004-07-31 17:12:46 +00:00
reinerj
701dd6c67e
fix some wrong tabs in file which produce error messages
2004-07-31 17:11:45 +00:00
Ralf Becker
2ced3f0bdd
new version number for the next RC - hopefully the last one ;-)
2004-07-31 14:17:32 +00:00
Oscar Manuel Gómez Senovilla
ae31c0db04
*** empty log message ***
2004-07-26 19:48:49 +00:00
Ralf Becker
b23989981e
added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb
2004-07-23 00:47:30 +00:00
Ralf Becker
29594f2771
added 'async_' prefix to column-names of phpgw_async, as 'id' is a reserved word in sapdb
2004-07-23 00:46:01 +00:00
Ralf Becker
edcda476b7
update brasilian translations
2004-07-21 21:18:18 +00:00
Ralf Becker
75c914ea31
patch from Erwan LE DISEZ
2004-07-21 17:01:51 +00:00
Ralf Becker
dff13373e1
1) fixed problem with not created account_email column, thanks to a direction from Manfred Usselmann
...
2) moved all pre-1.0.0 updates to new tables_updates_0_9_14.inc.php, which gets now included as all to other "old" updates
2004-07-15 06:47:34 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e
*** empty log message ***
2004-07-14 08:12:56 +00:00
Oscar Manuel Gómez Senovilla
ef61d8b6de
*** empty log message ***
2004-07-12 16:03:27 +00:00
alpeb
eabb97968b
Ralph: you erased by mistake some parenthesis in last commit ;)
2004-07-11 14:48:00 +00:00
Ralf Becker
c1c5722f40
removed availible column from phpgw_languages
2004-07-11 10:16:30 +00:00
Ralf Becker
5ea042041c
fixed not showing up langs like 'es-ca' which hasn't been in phpgw_languages (or only as just 'ca')
2004-07-10 10:59:37 +00:00
Ralf Becker
72217ccfb9
added updates for phpGW versions 0.9.14.006+7
2004-07-06 14:17:03 +00:00
Ralf Becker
8bfb6cfb07
added email-address to the accounts-data (ldap untested so far!)
2004-07-04 17:27:42 +00:00
Ralf Becker
5188c0a6a3
updating the missed sequenzes (postgres) and pushing all versions to 1.0.0
2004-07-02 22:25:26 +00:00
Ralf Becker
91966dd0f7
moved the manual translations to the manual app, changed the name of the manual app to 'manual / help' as it is both now manual and online-help
2004-06-29 18:21:56 +00:00
bgigon
1d017e2a54
Bad translation, replace
2004-06-29 09:59:01 +00:00
Ralf Becker
a381073b69
added indices for the api tables
2004-06-27 10:02:57 +00:00
Ralf Becker
39515264eb
updated all availible languages, even if they are not used any more ;-)
2004-06-13 21:33:18 +00:00
Ralf Becker
26507a6aa7
greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com>
2004-06-13 20:48:44 +00:00
Ralf Becker
a99697ae09
new account selection:
...
- search after different criteria: all fields, firstname, lastname, lid, starting with or exact match
- additional display of the current selection in the popup
2004-06-13 20:17:54 +00:00
Oscar Manuel Gómez Senovilla
d834017cff
*** empty log message ***
2004-06-11 19:23:19 +00:00
petere78
21a24b8272
Translation improvements
2004-06-10 19:33:09 +00:00
zhangweiwu
cf19aae187
I merged the traditional Chinese translation into the simplified Chinese
...
translation file (only those not translated in simplified Chinese).
This is because
1) most simplified Chinese readers can read traditional
Chinese. If some phrase doesn't have simplified Chinese translation,
egroupware better fall back to traditional Chinese then English.
2) Translation can be easier (just pick up the unfamiliar traditional
translation and change to simplified form)
The change is made by using
> find . -type d -name "setup" -exec /tmp/merge_tradition.sh {} \;
where merge_tradition.sh is:
#!/bin/sh
cd $1
if [ -f phpgw_zh.lang ] && [ -f phpgw_zt.lang ]; then
mv phpgw_zh.lang phpgw_zh.lang.old
join -a 1 -t " " phpgw_zt.lang phpgw_zh.lang.old | \
awk -F " " \
'{ OFS = FS; if (NF == 7) print $1, $5, $6, $7; else print $0 ;}' \
> phpgw_zh.lang
fi
Kiang if you like the idea you can merge my translation to your lang
file too. And it's even better if the language engine can be changed in
the way that, as a phrase has no translation for current language,
choose the nearest language before falling back to English. Say, when no
translation in zh, use zt before trying English.
Could it be better that this apply to pt too? (pt-br and pt)
2004-06-09 17:01:42 +00:00
zhangweiwu
471b312a67
Received new UTF-8 lang files from kiang.
...
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
Lars Kneschke
61f293dd9c
added a german translation
2004-06-04 06:18:50 +00:00
reinerj
87e8b9c917
update lang file from Tapio Kautto
2004-06-01 10:08:12 +00:00
reinerj
d08ff634f8
update lang file from Tapio Kautto
2004-05-31 13:01:54 +00:00
reinerj
e0a265d267
fix from Tapio Kautto
2004-05-31 11:30:25 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a
*** empty log message ***
2004-05-28 18:58:43 +00:00
reinerj
119e12eb8a
Finnish translation extension from Tapio Kautto
2004-05-27 10:20:56 +00:00
reinerj
34d0de6e9d
Italien translation extension from Leo Amadori
2004-05-27 10:11:23 +00:00
reinerj
84a2e86056
finnish translation extension from Tapio Kautto
2004-05-26 17:49:51 +00:00
Ralf Becker
6399a1664e
added error-msg for the async-services
2004-05-24 17:15:23 +00:00
zhangweiwu
17f64562ad
from kiang, to workaround 'the slash bug':
...
Translation of Traditional Chinese in UTF-8 version
I've tested it with the version RC5. Somebody in taiwan
who offered a series of functions to convert the
encoding from big5 to utf-8. It works fine~ Should I also
upload it for anyone who would like to understand the
big5 encoding??
2004-05-24 02:46:24 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa
*** empty log message ***
2004-05-19 14:34:08 +00:00
reinerj
6fc238640a
add change from zhang weiwu
2004-05-16 23:57:04 +00:00
Ralf Becker
ce0d12c01b
fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui
2004-05-08 11:17:56 +00:00
Lars Kneschke
b21523f38b
fix german spelling
2004-05-07 06:22:27 +00:00
petere78
ade32c3e64
Deutsche Sprache, schwere Sprache
2004-05-06 16:36:05 +00:00
Ralf Becker
9aadbb74b3
imported version 0.9.6 from jscalendar
2004-05-06 12:08:36 +00:00
reinerj
95cae3b6ec
new langfile Catalan from Xavier Navarro
2004-05-04 15:03:04 +00:00
Ralf Becker
447dd03a90
removed not (longer) used phrases
2004-05-02 11:18:03 +00:00
Espen Laursen
3f7a09fb37
Updated.
2004-04-29 20:51:23 +00:00
reinerj
3bab3feaf9
update Traditional Chinese langfiles from Finjon Kiang
2004-04-27 10:49:54 +00:00
Espen Laursen
c08c55eb75
*** empty log message ***
2004-04-22 22:08:49 +00:00
mila76
fb10e90db8
Update to 0.9.99.015
2004-04-19 22:13:23 +00:00
reinerj
b5da7a8c47
update traditional Chinese langfiles from Finjon Kiang
2004-04-16 09:49:12 +00:00
Pim Snel
8d2fa3f4cd
fix translation bug #928842
2004-04-13 12:25:27 +00:00
Oscar Manuel Gómez Senovilla
c9ed30704c
*** empty log message ***
2004-04-02 20:32:14 +00:00
Ralf Becker
3637978eee
added russian translations from Alexander (McDuck)
2004-04-01 15:18:11 +00:00
alpeb
4b5367c651
Fixes bug #925266 . Now default image format is PNG.
2004-03-30 03:16:49 +00:00
Ralf Becker
8ee6bb62cd
fixed typos
2004-03-23 19:52:55 +00:00
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
reinerj
be28d77fa9
update Brazil lang file translated from Orlando Gentil
2004-03-19 22:03:20 +00:00
reinerj
5e7957c786
add french lang file
2004-03-17 17:44:50 +00:00
reinerj
9759bb4f0f
languages changes chinese from Zhang Weiwu
2004-03-12 08:33:53 +00:00
Oscar Manuel Gómez Senovilla
742e25401a
*** empty log message ***
2004-02-25 02:58:12 +00:00
Ralf Becker
907f3575ce
removed the old mysql < 3.22 case, as the fix is not loger valid and gives probs with ADOdb (no mysql connection)
2004-02-23 13:24:13 +00:00
Ralf Becker
b4970a5f65
fixed prob with not changeable pw's, setup::add_acl created acl_rights=0 rows, instead of no rows
2004-02-23 13:22:59 +00:00
reinerj
259d6ce8bf
add some translations from Zhang Weiwu in Chinese
2004-02-20 09:46:20 +00:00
Miles Lott
153d7da1c4
remove 10 blank lines
2004-02-14 04:28:48 +00:00
reinerj
3bf0fd8fee
updated translation from Esben Laursen for Danish
2004-02-11 22:33:53 +00:00
Ralf Becker
08caf218bb
some missing translations
2004-02-05 12:05:46 +00:00
Miles Lott
6d860ceda9
Increment to version 0.9.99.013 to fix phpgw_accounts table now that unique/index is working
2004-02-02 22:52:06 +00:00
Pim Snel
2e9b9791c3
change kalender to agenda
2004-01-28 01:26:16 +00:00
mila76
3f07efe8f2
Small Fix
2004-01-27 12:01:05 +00:00
reinerj
cce7b854a2
changes to egw dev group
2004-01-26 01:29:06 +00:00
mila76
170dfa526e
Update to 0.9.99.012
2004-01-25 11:48:10 +00:00
shrykedude
6b6d8f250e
increase size of last_mod fields, per bug 869442
2004-01-25 06:15:02 +00:00
reinerj
1de48d1977
updated Italien lang file from Emanuel Milani
2004-01-22 22:17:38 +00:00
Lars Kneschke
d4555f763c
bumped version to 0.9.11 to enable language uk
...
temporarly disabled auto load of languages
2004-01-20 06:00:51 +00:00
reinerj
fc10dab6d5
add translation from Andrei V. Smilianets for Ukrain to CVS
2004-01-20 03:22:44 +00:00
Miles Lott
037369b6e6
Add header and per-domain user login values - default is admin during the upgrade process.
...
Hopefully these are all the files.
2004-01-18 21:03:56 +00:00
reinerj
cc1e80c5c1
add some phrases for german lang file
2004-01-17 19:42:10 +00:00
reinerj
9ea48598cf
add one phrase to English file
2004-01-17 19:22:28 +00:00
reinerj
95dd4addd8
add some fixes for german lang file
2004-01-17 17:20:08 +00:00
Miles Lott
189356ac5a
Add line for alphabet - this requires setup at the moment to update correctly ?
2004-01-17 14:57:10 +00:00
Miles Lott
aeaecbc3d6
Add alphabet
2004-01-17 14:12:02 +00:00
reinerj
d53d3bf0ef
add some germans phrases
2004-01-17 03:46:41 +00:00
Miles Lott
63d80f2fcd
Add the search for 1st character of certain fields, showing alphabet at the top. This feature was lost for 2 years(!), so hopefully it works for you.
2004-01-17 03:21:21 +00:00
Miles Lott
19c6bade68
Increase size of password field for pending password method enhancements.
...
NOTE: Last update didn't increment the overall version, so this looks like 2.
2004-01-16 13:44:05 +00:00
Oscar Manuel Gómez Senovilla
fdc152a6a7
*** empty log message ***
2004-01-11 12:08:53 +00:00
Miles Lott
6a62258ee7
Grammar fix
2004-01-10 23:07:12 +00:00
Ralf Becker
1e39ae995d
import htmlarea 3.0beta
...
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
==> translations for jscalendar and htmlarea now in own apps
2004-01-08 09:06:40 +00:00
Oscar Manuel Gómez Senovilla
fd95a1911b
*** empty log message ***
2004-01-04 03:10:35 +00:00
Oscar Manuel Gómez Senovilla
0b8ecc7a8a
*** empty log message ***
2004-01-03 00:04:16 +00:00
Lars Kneschke
6a5b4e957e
added spanish spain and spanish mexico
2004-01-02 21:33:59 +00:00
Oscar Manuel Gómez Senovilla
803a930a22
*** empty log message ***
2004-01-02 21:12:27 +00:00
Oscar Manuel Gómez Senovilla
fd68a4eddc
*** empty log message ***
2003-12-28 00:41:17 +00:00
Oscar Manuel Gómez Senovilla
91e2dde838
*** empty log message ***
2003-12-26 00:51:21 +00:00
Oscar Manuel Gómez Senovilla
066153bcb0
*** empty log message ***
2003-12-23 01:32:46 +00:00
Miles Lott
e51d3f26ab
intval -> (int)
2003-12-20 18:26:24 +00:00
Ralf Becker
2e6114f9ce
some translations for the about-page
2003-12-19 02:23:49 +00:00
reinerj
e24ae27e48
add some translations
2003-12-17 19:39:24 +00:00
reinerj
c6abc58904
update lang file
2003-12-17 13:30:01 +00:00
Pim Snel
d65d0c662d
added francais and Nederlands for language select boxes
2003-12-16 23:45:14 +00:00
Pim Snel
8bb9dae966
checking the vfs entries
2003-12-09 01:19:22 +00:00
shrykedude
f17337d3b7
Added support for specifying the database port number
2003-12-08 04:50:23 +00:00
zhangweiwu
b8d36e17c2
New Translation. Blah.
2003-12-07 12:57:37 +00:00
Miles Lott
6eb49e1666
Add ability to delete multiple entries, with a select all check image from the setup application
2003-12-03 04:28:20 +00:00
zhangweiwu
c451623cf9
Translation translation blah ...
2003-12-03 03:08:09 +00:00
Lars Kneschke
ab34001cb9
activated brazilian language
2003-11-27 23:57:31 +00:00
Lars Kneschke
11768fb048
added some german translations
2003-11-27 23:10:14 +00:00
zhangweiwu
01fa575b05
Newest translation. Setup module is put into Chinese.
2003-11-27 13:32:09 +00:00
zhangweiwu
edb7da7145
Newest translation.
...
This is not a copy-and-usable translation: you need to reinstall the language in setup.
This is because I changed charset to be utf8.
2003-11-24 03:33:35 +00:00
reinerj
a3b9c7ef93
fix a typo
2003-11-18 22:23:14 +00:00
reinerj
d3d9d0bca5
Again a change for Taiwan
2003-11-18 12:43:04 +00:00
reinerj
ba6a9788ef
Again a change for Taiwan
2003-11-18 12:33:51 +00:00
reinerj
dc0d9a6fcd
fix typo in Saudiarabien
2003-11-18 09:30:43 +00:00
Pim Snel
ca4582352d
added an extra taiwan entry for changes in the code
2003-11-18 09:08:07 +00:00
reinerj
066a64ef4d
fix Taiwan - Province of China to Taiwan
2003-11-18 08:52:10 +00:00
Pim Snel
85cb7ab6b0
removed typos
2003-11-17 22:04:58 +00:00
Pim Snel
b8415e59c0
retry to commit this simplified chinese translation
2003-11-17 15:08:22 +00:00
reinerj
37deabdf6f
was a binary file:-(
2003-11-17 14:57:48 +00:00
reinerj
2052fbec87
add simlified chinese translation from Li Yi
2003-11-17 14:33:02 +00:00
Pim Snel
46e0d10d25
major update Dutch translations
2003-11-14 10:03:19 +00:00
Pim Snel
392703e0e1
new translations
2003-11-13 16:11:34 +00:00
dragob
e9a4a7e473
Some cosmetics in translations.
2003-11-10 17:33:43 +00:00
reinerj
cee88d7aab
updated Big5 lang file from Finjon Kiang
2003-11-04 09:55:37 +00:00
Pim Snel
587db31793
new Dutch translations
2003-11-04 02:03:38 +00:00
Ralf Becker
cde51aa8dd
extended email-addressbook to be able to insert a complete selection into To, Cc or Bcc, eg. to use a categorie as mailinglist
2003-11-03 00:29:11 +00:00
Ralf Becker
c49d1cf3be
put the eGW demo as default record for the xmlrpc app
2003-10-20 22:44:24 +00:00
Miles Lott
6a69632487
Switch to using oProc object instead of db object to avoid update errors
2003-10-19 12:48:36 +00:00
Ralf Becker
50f3f7be43
enabled Slovenian language, thanks to Dragos translations
2003-10-17 22:41:59 +00:00
dragob
787827274b
Some cosmetics in translations.
2003-10-16 20:43:20 +00:00
Ralf Becker
8c5c7188d1
added message to login: account is expired
2003-10-16 15:07:21 +00:00
dragob
c58009cc81
Added slovenian translation.
2003-10-14 21:47:40 +00:00
reinerj
62964576bd
Translation update from Finjon Kiang
2003-10-14 09:58:13 +00:00
Lars Kneschke
c5871088ca
updated norwegian translation
...
provided by
Espen Ottar
Octaga AS
2003-10-11 19:54:27 +00:00
Ralf Becker
e79069cd0d
changed Powered by link to egroupware.org
2003-10-06 21:25:55 +00:00
Ralf Becker
588abbaea7
changed the content column of phpgw_app_session from text to longtext (its overflowing eg. in eTemplate from time to time)
2003-10-04 14:06:15 +00:00
Ralf Becker
6c10e248d7
reverted the german lang-files to iso8859-1, as we want to make the conversation optional and while adding the files to the database
2003-10-03 11:47:09 +00:00
shrykedude
a73b7af58b
capitalization correction
2003-10-02 01:42:37 +00:00
Lars Kneschke
e5373db2a2
moved german translation to UTF-8
2003-09-28 08:15:58 +00:00
Ralf Becker
0d41ea8765
fixed wrong NOT NULL attributes in phpgw_accounts
2003-09-25 01:33:59 +00:00
Ralf Becker
9400580dbf
enabled 'zh'=Chinese(simplified), changed version to 0.9.99.003
2003-09-24 22:04:38 +00:00
Pim Snel
3e17b31815
increase version number
2003-09-17 22:22:19 +00:00
Lars Kneschke
1961e29fe8
add the missing language files
2003-09-15 05:12:55 +00:00
Ralf Becker
36b40204e3
update to version 0.9.99.002:
...
- new columns for accounts-table: contact_id and primary group
- fixed error from 0.9.10 update with groups and permissions columns only half deleted
- update function for phpGW 0.9.14.508/9 and 0.9.15.013/4
2003-09-13 18:19:03 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
skeeter
3bbbded8e2
Someone missed the latest addition of the account_id for NEW installs.
2003-08-25 10:10:12 +00:00
Ralf Becker
6ab850d35c
- added update from version 0.9.14.004-6 (security-fixes) and 0.9.14.508 (asyncservice)
...
- merged asyncservices from .16
2003-07-21 18:20:45 +00:00
Ralf Becker
acaae4b3e6
removed $appdir in include to close security hole (setting this var in the url and register_globals on)
2003-07-21 15:45:49 +00:00
Ralf Becker
263f054bee
updated to reflect changes in .16: phpgw_vfs.content has to be nullable
2003-06-22 11:23:53 +00:00
Ralf Becker
a09ccfb730
merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession
...
fixed multidomain logins for register_globals off
2003-05-18 19:18:58 +00:00
Ralf Becker
e152c6727d
changed pref-name maildomain to domain
2003-05-04 10:30:38 +00:00
ceb
5027634065
update setup info
2003-05-03 23:25:06 +00:00
Ralf Becker
18e75c5a85
added notify-messages to prefs:
...
- notify messages contain vars to be substituted, eg. $$username$$
- the var-name gets translated for editing
- new function create_notify in preferences.php
- new function parse_notify to substitute / create the notify msg
2003-05-02 01:49:52 +00:00
ceb
a28174ef68
update categories plus addressbook table to add column last_mod
2003-05-01 23:22:57 +00:00
Ralf Becker
21d8e8fd62
reworked preferences (ported from .16 incl. fixes):
...
- not set user-prefs use the default value, default values have been used only for new accounts before
- preference-table has new column preference_app
- preferences got automaticaly quoted now, eg. its save to use single and double quotes as well as backslashs
2003-05-01 09:19:50 +00:00
Ralf Becker
32c7713591
table-update:
...
- added table phpgw_async for asyncservices
so .16 is now identical to head from the db-format
2003-04-27 23:18:37 +00:00
gugux
9404847763
Added missing translations.
2003-04-26 07:40:13 +00:00
gugux
f592905887
Added missing phrases.
2003-04-26 07:39:19 +00:00
Ralf Becker
251699f154
gugux lang-update
2003-04-22 22:30:38 +00:00
Ralf Becker
73abdbb9d8
update to 0.9.14.003
2003-04-18 17:59:41 +00:00
Ralf Becker
3eea3bd8c0
update
2003-04-03 16:55:03 +00:00
Ralf Becker
a5a5d245d8
added the new 0.9.16 development branch (api versions 0.9.14.5xx)
2003-03-27 18:51:26 +00:00
Ralf Becker
c2778383c5
2 changes:
...
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
2003-03-22 01:32:43 +00:00
gugux
a3a882ef72
Added cs files. Patch #1072 thanks to mlHAU !
2003-03-20 22:00:03 +00:00
gugux
1515dae637
Added missing phrases.
2003-01-09 22:51:51 +00:00
ceb
4eeea78a68
update langs
2002-11-30 02:19:34 +00:00
ceb
1885c7251d
update version 0.9.14.001
2002-11-25 18:33:30 +00:00
Ralf Becker
f8cd06dd77
Patch #560 from gugux
2002-11-24 16:31:13 +00:00
ceb
92d9a97614
moved manual to the top menubar
2002-11-15 23:43:20 +00:00
ceb
c71c14dc96
added funkwerk layout
2002-11-15 05:15:39 +00:00
ceb
27031e5523
added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app
2002-10-29 22:15:32 +00:00
ceb
e5c40b72e7
update langs plus xslt
2002-10-27 23:55:23 +00:00
ceb
5bd8c0a237
update setup info
2002-10-27 21:29:59 +00:00
ceb
6d142e0c7c
removed app_title plus update default layout to use xslt
2002-10-26 22:39:19 +00:00
ceb
587fa97db2
removed app_title plus update layout
2002-10-23 20:47:33 +00:00
ceb
1abe24ce47
added langs
2002-10-15 01:53:29 +00:00
ceb
fccd2c7a4f
added langs
2002-09-26 03:56:56 +00:00
Zone
0a0261a9e1
Make session timeouts configurable
2002-09-24 05:21:38 +00:00
skeeter
8348aebaff
GNU Patch #515 .
2002-09-14 01:59:52 +00:00
ceb
e4044935f0
update cats
2002-09-08 20:40:12 +00:00
skeeter
09361d01f8
GNU Patch #506 .
2002-09-04 00:10:57 +00:00
skeeter
306bd52803
GNU Patch #500 - Enabling Polish language. THIS WORKS AS AN API UPGRADE.
2002-09-01 13:00:39 +00:00
Miles Lott
9780932675
One syntax fix, add upgrade routine from .14.000
2002-08-26 07:51:54 +00:00
Zone
b3c3791b5e
Add 'content' column to phpgw_vfs table
2002-08-26 04:38:29 +00:00
Zone
56e30222db
Increment version (add 'content' column in phpgw_vfs)
2002-08-26 04:36:12 +00:00
skeeter
24d9c7546c
Cleaning up a couple of common lang phrases.
2002-08-24 13:56:16 +00:00
skeeter
d6cd10d920
Cleaning up a couple of common lang phrases.
2002-08-24 13:41:35 +00:00
skeeter
3a32c969be
Cleaning up a couple of common lang phrases.
2002-08-24 13:36:31 +00:00
skeeter
8a82df2ab7
Cleaning up a couple of common lang phrases.
2002-08-24 13:32:05 +00:00
skeeter
3aa1be45e4
GNU Bug #470
2002-08-23 03:12:11 +00:00
skeeter
ed5e352c6e
GNU Patch #428 .
2002-08-23 00:37:06 +00:00
ceb
870686ed0d
added some langs
2002-08-18 22:33:10 +00:00
skeeter
5abe31deca
Should fix the missing perf* function.
2002-08-15 23:37:31 +00:00
skeeter
9155ecf159
GNU Patch #380 .
2002-06-29 11:34:52 +00:00
skeeter
058ddb033f
GNU Patch #348 .
2002-06-25 01:09:29 +00:00
Miles Lott
a0e48a1c56
oops, extra table...
2002-05-19 23:02:12 +00:00
Miles Lott
a2c0c0c09b
WARNING - changes preference_owner field to integer (was varchar(20));
2002-05-19 22:55:37 +00:00
Miles Lott
1da1796bcb
WARNING - changes preference_owner field to integer (was varchar(20)); also
...
found potential problem with 0.9.10 upgrade series re: db object usage
2002-05-19 22:52:34 +00:00
ceb
8e33cfaeb3
typo
2002-05-14 22:55:56 +00:00
ceb
ae0f6115a1
update fr lang files
2002-05-14 22:33:00 +00:00
ceb
853d281753
added langs
2002-05-03 22:21:32 +00:00
ceb
0aa2f45896
added langs
2002-05-02 22:37:50 +00:00
Miles Lott
f900167903
php3 fix
2002-04-29 20:45:38 +00:00
Miles Lott
8b93ed7df1
add appinfo
2002-04-27 03:53:05 +00:00
ceb
72aadf6ec0
fixed wrong mysql version check
2002-04-25 20:35:41 +00:00
skeeter
9baade38b0
Fixes to GNU Patch #267 .
2002-04-23 00:45:58 +00:00
skeeter
c982108a41
Added missing phrases.
2002-04-13 19:21:26 +00:00
Miles Lott
3c8fffb1e7
Manageheader now handles editing of multiple domains
2002-04-07 23:56:03 +00:00
skeeter
301b5268d3
Changed the version check to compare against the string rather than the number.
2002-04-07 19:58:57 +00:00
ceb
befdc71038
fixed wrong php version check. function mysql_get_server_info() was added in 4.0.5. the installation of phpgw fails with php versions 4.0.0 - 4.0.4. because of the @ in front of that function call the install is frozen. it doesnt return a message and also doesnt continue in any way
2002-04-05 20:37:27 +00:00
ceb
7c84398cb3
added french langs
2002-04-04 20:51:26 +00:00
ceb
af2255ec54
added finnish lang file
2002-04-02 21:13:11 +00:00
ceb
c69aae2042
added french translation file
2002-04-02 20:07:55 +00:00
skeeter
2660ec6e9e
Added new phrase - Welcome - for linux-at-work.de template.
2002-03-26 22:30:14 +00:00
Miles Lott
7ac912a218
Add special case for mysql 3.22.X if we can detect the server version (php4)
2002-03-21 02:15:45 +00:00
simone
b483f62116
update with missing LANG calls
2002-03-06 23:53:07 +00:00
Miles Lott
8e616003b6
use correct oProc object
2002-03-04 05:19:48 +00:00
Miles Lott
8ba02059f3
Update to match changes added to release branch
2002-03-01 11:30:59 +00:00
skeeter
a3bc3d813c
One more file needed to be changed over for the language table update. This is for a fresh install.
2002-02-18 01:41:33 +00:00
Miles Lott
1f77e1ad45
Oops, add new file...
2002-02-17 19:50:25 +00:00
Miles Lott
12b66fb8a9
Change lang/languages tables to phpgw_lang/phpgw_languages
2002-02-17 19:31:50 +00:00
skeeter
26144ff687
Applied patch #104 and fix for Support #100433 .
2002-02-15 18:49:06 +00:00
skeeter
0ae817af83
GNU Patch #133 - Improper default settings.
2002-02-14 01:53:21 +00:00
seek3r
2df5d74dd3
fixed header to use and added my debug constants along with my replacement for print_debug
2002-02-12 09:10:40 +00:00
p_pessagno
166d2cdca2
Big French Translation update - thanks to Guillaume
2002-02-04 15:13:45 +00:00
ceb
f81e5cae86
added langs
2002-01-28 01:53:42 +00:00
ceb
7a81658577
added langs
2002-01-28 00:20:42 +00:00
p_pessagno
651fb09b52
full spanish translation
2002-01-15 19:04:13 +00:00
Miles Lott
798638f123
helping zone move two lines to the api
2002-01-13 20:11:23 +00:00
Miles Lott
478ca3adc4
Upgrade API version to 0.9.15.001, add post-install dependency failure
...
test to detection class and applications.php
2002-01-13 19:52:47 +00:00
skeeter
2f00aa1545
Added a few more missing phrases.
2002-01-13 15:02:45 +00:00
Miles Lott
fa3562d6ec
add some langs, move some to api
2002-01-11 14:04:40 +00:00
Miles Lott
ede23eae62
Change from 'English / American' to 'English / US'
2002-01-08 14:23:32 +00:00
Miles Lott
a3a7af4690
Adding these again - lost in the move
2002-01-08 03:32:04 +00:00
Miles Lott
9af1e64200
no longer needed
2002-01-08 03:29:38 +00:00
Miles Lott
0ad68796d3
Step 2 of 2 - this file now includes the older upgrade files
2002-01-08 03:28:04 +00:00
Miles Lott
d7218108ca
adding some phrases
2002-01-07 14:20:25 +00:00
Miles Lott
48dc49a613
Remove doubled table
2002-01-05 18:56:33 +00:00
Miles Lott
d4f2128d83
Add some langs
2002-01-04 04:20:24 +00:00
Miles Lott
e017720d6e
Add a default server to test xmlrpc (phpgw cvsdemo)
2002-01-04 01:42:24 +00:00
Miles Lott
567d2a8a6b
add 'language' and 'section'
2002-01-04 00:29:27 +00:00
Miles Lott
3c8e44380b
add 'list'
2002-01-04 00:27:14 +00:00
Miles Lott
ba6bf89d9e
Add some missing langs for calendar
2002-01-04 00:22:55 +00:00