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
81628eaf81
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
2005-04-15 10:22:31 +00:00
Oscar Manuel Gómez Senovilla
3edee1577f
*** empty log message ***
2005-03-26 22:13:10 +00:00
Oscar Manuel Gómez Senovilla
f2a93fa910
*** empty log message ***
2005-03-26 22:00:50 +00:00
Ralf Becker
729b34782e
fix of last commit, was setting up a reference to itself and not to the old phpgw_info
2005-03-25 09:21:23 +00:00
Ralf Becker
4e2bce12e6
modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api
2005-03-24 13:15:12 +00:00
Ralf Becker
7bccad3c7c
removed instanciation of not existing app_registry class
2005-03-04 15:54:15 +00:00
Ralf Becker
c205597803
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2005-03-04 15:00:33 +00:00
Ralf Becker
5f71a7e50a
fix to work with an old header (to be able to upgrade)
2005-03-04 14:44:21 +00:00
Ralf Becker
54061abe26
missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2005-03-04 14:43:14 +00:00
Ralf Becker
b6883d59e8
1) fixed setup-detection, to allow login into setup again
...
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
Ralf Becker
5ea9e21428
not used (anymore)
2005-03-04 12:32:37 +00:00
Ralf Becker
9a6b90e78f
1) enabled DB support additionaly for:
...
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
Ralf Becker
c49b663fae
checking for the session extension
2005-02-21 08:01:33 +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
reinerj
eaf5c6e044
lang file from ReklamaLab.RU
2005-01-16 23:31:05 +00:00
Oscar Manuel Gómez Senovilla
b25004f3e1
*** empty log message ***
2004-12-31 12:03:20 +00:00
Oscar Manuel Gómez Senovilla
c701fd5a44
*** empty log message ***
2004-12-15 15:30:44 +00:00
reinerj
4c3d73a5a3
update the slovenian lang file from orb_ter
2004-11-29 16:27:39 +00:00
Miles Lott
ecc16190b3
Move newconfig to config
2004-11-28 18:38:50 +00:00
Oscar Manuel Gómez Senovilla
bfe146ef78
*** empty log message ***
2004-11-27 23:35:32 +00:00
reinerj
24a8574c66
update slovenian lang file
2004-11-24 16:35:19 +00:00
Ralf Becker
64976f0b1c
support to set the client-encoding (charset) for the DB and select a system-charset (utf-8 or others) at installation time
2004-11-21 09:44:02 +00:00
Miles Lott
6d13221328
test version of config.php using the new validation hook for certain settings; if this works, rename to config.php and commit
2004-11-20 15:10:26 +00:00
Miles Lott
071edecfe0
Add new file to check configured items, including files directory and mcrypt tests; use with newconfig.php, to be renamed to config.php if this works for everyone.
2004-11-20 15:09:20 +00:00
Miles Lott
4ea51095d5
Use application name if title is not set in setup.inc.php for upgrade, install, etc.
2004-11-17 13:37:33 +00:00
Ralf Becker
272be2942b
fixed spelling error which caused the green check to displayed at the admin-account section even if no user accounts exist
2004-11-17 12:46:02 +00:00
viniciuscb
ad14df2830
Select file repository: option to allow vfs_sql2, required for FilesCenter
2004-10-27 23:40:47 +00:00
Miles Lott
e69b1c0f96
Spell-check new db backup function
2004-10-26 12:59:15 +00:00
Ralf Becker
521c73a38a
added possebility to make an utf-8 installation right from the start (no need to convert the DB later) plus some other UI cosmetics
2004-10-23 15:01:58 +00:00
Ralf Becker
630c88d766
reworked installation/upgrade process to not use delta-updates any more, as we can now reliable read the schema back from our supported databases:
...
- makes update scripts a lot easier and saver
- updates are a lot faster now
==> only the needed update-functions get called
2004-10-23 15:00:44 +00:00
Oscar Manuel Gómez Senovilla
a41f2b461f
*** empty log message ***
2004-10-22 19:48:26 +00:00
Ralf Becker
74c705264c
added renaming of backups
2004-10-22 09:22:29 +00:00
Oscar Manuel Gómez Senovilla
e4d1f6ea5e
*** empty log message ***
2004-10-21 21:30:38 +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
d251796c54
Lang file update traditional Chinese from Finjon Kiang
2004-10-01 10:56:14 +00:00
reinerj
8d6c7367f1
fix a typo
2004-09-19 20:53:21 +00:00
Oscar Manuel Gómez Senovilla
df8f5a858c
*** empty log message ***
2004-09-17 09:36:18 +00:00
reinerj
5d96c5c22b
change charset setup it iso-8859-15
2004-09-06 22:27:59 +00:00
Oscar Manuel Gómez Senovilla
33e65129be
*** empty log message ***
2004-09-03 19:02:35 +00:00
reinerj
9c7206f15f
replace the bad word
2004-08-31 18:15:53 +00:00
reinerj
25694f5390
delete the bad word
2004-08-31 17:42:18 +00:00
reinerj
9058ebfb40
update lang file from Theytaz Antoine
2004-08-28 13:08:57 +00:00
reinerj
d47313617f
lang file update from Theytaz Antoine
2004-08-26 21:02:07 +00:00
Ralf Becker
475ae6b956
added configurable search-filter to auth_ldap
2004-08-21 12:31:54 +00:00
Ralf Becker
9d8cb117cc
- added a check for mbstring.func_overload = 7
...
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
2004-08-17 17:09:17 +00:00
Ralf Becker
5f0d5ac125
- added a check for mbstring.func_overload = 7
...
- fixed handling memory values with M or K
- corrected display of message "Please fix the above errors and warning"
- fixed some formating
+ merged all of benjamin's changed in the 1.0 branch
2004-08-17 17:08:35 +00:00
Ralf Becker
3babf5f424
fixed sqltoarray:
...
- showing multicolum-indexes correct
- showing table-names
- working for app's without title
- all-option working for db's other then mysql
2004-08-15 11:46:05 +00:00
Ralf Becker
d4f1a3f87c
showing an error-message, if we cant connect to the DB
2004-08-14 17:21:45 +00:00
Ralf Becker
8a1dacc95f
- added check for odbc extension (used by MaxDB) to check_install
...
- not offering to create the DB, if we dont support it for that DB
2004-08-14 15:02:24 +00:00
Ralf Becker
f085648705
added max_icons=12 default pref and manual as app for the default group
2004-08-13 21:04:59 +00:00
Lars Kneschke
41acc5ce0f
add class for authenticate against ADS
2004-08-13 15:54:33 +00:00
reinerj
f4880c8be4
extensions and corrections from Kiang
2004-08-10 15:26:15 +00:00
reinerj
20c7697009
replace the crap
2004-08-09 17:25:21 +00:00
reinerj
c4467b617e
replace the crap
2004-08-09 17:17:08 +00:00
reinerj
333b381f2c
replace the crap
2004-08-09 17:12:32 +00:00
reinerj
4b004733e1
replace the crap
2004-08-09 17:04:28 +00:00
reinerj
0eff425881
replace the crap
2004-08-09 17:00:54 +00:00
reinerj
fee3cbaf25
replace the crap
2004-08-09 16:53:13 +00:00
reinerj
32dd6f8233
replace the crap
2004-08-09 16:45:22 +00:00
reinerj
69156a5d91
replace the crap
2004-08-09 16:45:22 +00:00
reinerj
af1ab7bb35
replace the crap
2004-08-09 16:37:24 +00:00
reinerj
0b8e7dddd9
replace the crap
2004-08-09 16:29:56 +00:00
reinerj
2052d0b5f6
replace the crap
2004-08-09 16:25:32 +00:00
reinerj
9eab0fa429
replace the crap
2004-08-09 16:20:46 +00:00
reinerj
cce18f37cd
replace the crap
2004-08-09 16:17:36 +00:00
Oscar Manuel Gómez Senovilla
1de5c35348
*** empty log message ***
2004-08-07 10:29:24 +00:00
reinerj
f01a52ad53
update korea lang translation from Futurizer
2004-08-07 01:13:20 +00:00
Ralf Becker
906dd66691
bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org>
2004-08-04 14:56:19 +00:00
reinerj
446d92f9b0
update Korea translation futurizer
2004-08-04 10:28:55 +00:00
Ralf Becker
e99cd91035
changed Benjamins rejected lines messages to only show up, if extra debug messages have been explicitly checked
2004-07-31 16:19:48 +00:00
ak703
94e422b920
sync changes from 1_0_0 with head (layout problem)
2004-07-28 20:43:17 +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
c591c2c221
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
...
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
2004-07-25 01:41:37 +00:00
Ralf Becker
901dfb9f5f
added missing "enable extra debug-message" for updates
2004-07-23 00:50:36 +00:00
Ralf Becker
591d9f020e
added sapdb
2004-07-23 00:49:29 +00:00
Ralf Becker
28b38e63ff
added checkbox for extra debug-messages for the first installtion and API updates
2004-07-21 13:27:25 +00:00
Oscar Manuel Gómez Senovilla
74cad0da8e
*** empty log message ***
2004-07-16 18:31:15 +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
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
00d019863d
update
2004-07-10 09:37:31 +00:00
Ralf Becker
e32ace088a
added language-selection
2004-07-10 09:26:28 +00:00
Ralf Becker
6223948d37
fixed an E_NOTICE warning
2004-07-10 09:25:53 +00:00
Ralf Becker
c21646fd22
removed colon, which gave syntax error in php5 only
2004-07-07 10:43:58 +00:00
Ralf Becker
7fbc1c9248
if the header needs upgrading, start the headermanagement direct and not check_install as we do for new installs
2004-07-04 10:30:42 +00:00
Ralf Becker
1ba38621ba
- added acces to admin-account-section, if there is an update pending
...
- show apps which need upgrading in the message in front of the application management and not "This stage is completed", if there are ones
2004-06-27 09:06:05 +00:00
Ralf Becker
5709cc3a27
availible languages now only need to be added to setup/lang/languages to be availible in eGW:
...
- saves a db-update whenever a new lang comes availible
- maybe we should drop the availible column in phpgw_languages
2004-06-13 21:31:21 +00:00
petere78
21a24b8272
Translation improvements
2004-06-10 19:33:09 +00:00
zhangweiwu
471b312a67
Received new UTF-8 lang files from kiang.
...
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
Lars Kneschke
1ab7a385b7
patch [ 964190 ] Test GD functionality in projects
2004-06-08 05:00:27 +00:00
reinerj
e0a265d267
fix from Tapio Kautto
2004-05-31 11:30:25 +00:00
reinerj
84a2e86056
finnish translation extension from Tapio Kautto
2004-05-26 17:49:51 +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
Ralf Becker
7ed680e30c
fixed check_install for non-existing function dl, eg. in multithreaded webservers
2004-05-19 09:37:14 +00:00
reinerj
6fc238640a
add change from zhang weiwu
2004-05-16 23:57:04 +00:00