Ralf Becker
7a2426fd29
changing the default charset of the DB too and running now only for mysql 4.1+ (no longer for 4.0, as I cant get it working there)
2005-11-07 07:46:17 +00:00
Ralf Becker
7635fb25c9
phpgw_categories --> egw_categories plus reworked categories class
2005-11-05 22:58:51 +00:00
Ralf Becker
87d2bdf170
swichting the diagnostics off (unless extra debug is checked or run standalone)
2005-11-05 18:14:20 +00:00
Oscar Manuel Gómez Senovilla
49d548dd25
bug 1240675: removing old phpgw_zt.lang files
2005-11-05 14:22:46 +00:00
Oscar Manuel Gómez Senovilla
de61e6f3a7
*** empty log message ***
2005-11-05 13:54:56 +00:00
Oscar Manuel Gómez Senovilla
b68272942e
bug 1240675, from zt -> zh-tw. First part, just add new files
2005-11-05 13:45:37 +00:00
Oscar Manuel Gómez Senovilla
405c9020ec
*** empty log message ***
2005-11-05 13:21:23 +00:00
Ralf Becker
185a1cc2bd
1) renamed translation_sql to translation, as translation_file is not used or working (we can allways re-add it)
...
2) new list_langs function for the TranslationTools, so they dont need to access the languages table direct
2005-11-05 12:59:17 +00:00
Ralf Becker
e922cb3e75
1) renamed translation_sql to translation, as translation_file is not used or working (we can allways re-add it)
...
2) new list_langs function for the TranslationTools, so they dont need to access the languages table direct
2005-11-05 12:50:55 +00:00
Oscar Manuel Gómez Senovilla
592632e05b
language updates
2005-11-04 22:44:07 +00:00
Ralf Becker
970a92297e
an other big update ;-)
...
1) phpgw_lang(uages) --> egw_lang(uages)
2) mysql 4.0+
- charset gets now set for the connect
- charset gets used for new tables
- some columns shortend to deal with 1000byte (= 333 utf-8 chars) limit for indexes
- update to 1.0.1.019 fixes the charset of existing tables
2005-11-04 18:35:09 +00:00
Ralf Becker
c85d34c0fe
changed the following table-names:
...
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
Ralf Becker
1983bdc556
added checks for:
...
- file_uploads = On (required for filemanager(s))
- PEAR installed (required by SyncML & iCal import+export of calendar)
- PEAR::Log installed (required by SyncML)
2005-11-01 07:20:46 +00:00
Oscar Manuel Gómez Senovilla
33cb3881af
norwegian updates
2005-10-31 08:53:32 +00:00
Ralf Becker
59abaf3458
added settings for mail-auth to configuration
2005-10-29 10:58:25 +00:00
Ralf Becker
809bbaccda
replaced depricated mcrypt_generic_end, which 4.1.1+ mcrypt_generic_deinit, as it gaves warnings in php5
2005-10-27 09:26:08 +00:00
Oscar Manuel Gómez Senovilla
26a9fed831
*** empty log message ***
2005-10-26 00:54:00 +00:00
Oscar Manuel Gómez Senovilla
8d72df90fd
*** empty log message ***
2005-10-20 09:49:27 +00:00
Oscar Manuel Gómez Senovilla
fea8c1660d
bug 1294588 and lang setup fixes
2005-10-15 21:52:37 +00:00
Ralf Becker
021d72b93e
extended the check for (admin-)accounts to other account storages
2005-10-15 07:57:06 +00:00
Ralf Becker
e2e0fd6446
Make the PHP session restore an own session type in manageheader. So you can switch it on and off, without the need to edit the code. At the moment it's off by default, with a note that it can give a big performance boost (if it works on your distro).
...
Please note: If you already edited your phpgwapi/inc/functions.inc.php to switch it off, you will get an cvs conflict on updating, just do a "cvs update -C phpgwapi/inc/functions.inc.php" to fix it. If you want to use the session restore or you already used it, you need to go to Setup >> Headeradmin and switch it on there.
2005-10-13 12:11:48 +00:00
Oscar Manuel Gómez Senovilla
b042a07504
*** empty log message ***
2005-10-13 07:17:47 +00:00
Miles Lott
09201c7ecb
Fix for apps showing post-install dependency failure even though they are not installed.
2005-10-08 14:54:01 +00:00
Ralf Becker
8677de7c25
added mysqli support
2005-10-01 11:56:25 +00:00
Ralf Becker
d7e11ae8db
added mysqli support
2005-10-01 11:27:51 +00:00
Oscar Manuel Gómez Senovilla
460e0ce67b
Enable turkish
2005-10-01 08:44:04 +00:00
Oscar Manuel Gómez Senovilla
2f73293a9c
missing lang('not') in previous patch
2005-09-19 12:30:58 +00:00
Oscar Manuel Gómez Senovilla
977acee0eb
patch for handling "no" location when checking permissions
2005-09-19 11:55:02 +00:00
Oscar Manuel Gómez Senovilla
82e8d1ff7c
bug 1004437
2005-09-17 16:35:53 +00:00
Miles Lott
c42976c49a
Fix setting of detail var.
2005-09-03 18:20:11 +00:00
Lars Kneschke
7a02fe0c6b
switch to require to exit with a error when this file is not available
...
include only generates a warning
see http://php.net/include/
2005-09-01 17:10:09 +00:00
Miles Lott
272f3b6429
wrong location
2005-08-02 10:54:48 +00:00
Ralf Becker
2c58feb1e0
fixed unknows method invalidate_session_cache()
2005-07-27 10:59:30 +00:00
Ralf Becker
16bb85a6cc
using a (dummy) egw object instead the new one with all the session stuff
2005-07-20 12:46:59 +00:00
Oscar Manuel Gómez Senovilla
cd3521f767
*** empty log message ***
2005-07-17 23:49:28 +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
Ralf Becker
d4760bb15c
renamed our db-class to egw_db to allow easier integration of other code (eg. Lars SyncML stuff which is partially from horde)
2005-06-19 12:43:00 +00:00
Ralf Becker
f5956885c1
quitend warning, if no api translation exists
2005-06-17 07:23:24 +00:00
Ralf Becker
0f3a8137e6
fixed wrong Windows detection and changed default path to show slashes on windows too
2005-06-16 05:34:48 +00:00
Pim Snel
1d68ccb070
replace hardcoded links to home.php with links to home/index.php
2005-06-15 11:16:27 +00:00
Miles Lott
13b7af769f
Correct word is authentication
2005-06-11 20:45:42 +00:00
Oscar Manuel Gómez Senovilla
8d11846c4f
bug 1211849
2005-06-02 18:15:34 +00:00
Lars Kneschke
93ac857bd2
as any of the user supplied password and the stored password
...
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
2005-05-29 08:03:01 +00:00
Ralf Becker
ae3da17939
ldapmodify was not working any more, fixed it now: phpgw --> egw
2005-05-22 20:07:16 +00:00
Miles Lott
5b1996b1f1
Fixed incorrect phrase header 0assword
2005-05-20 13:02:14 +00:00
Ralf Becker
f18f12fab1
missing phrase
2005-05-19 06:54:38 +00:00
Ralf Becker
3adb0e569a
2 bugfixes and some clean-ups:
...
- db::Halt_on_Error was not set, because of typo
- new md5 encrypted PW in cookie was again md5 encoded on each submit
2005-05-19 06:32:42 +00:00
Miles Lott
7c5b4d93c0
Fix for BUG 1167158. Now setting cookie as encoded password vs. plaintext.
2005-05-16 00:42:05 +00:00
Ralf Becker
b883eca49d
new auth_ads class:
...
- only needs host- and domain-name
- needs NO extra account on the ADS host
- can be used with accounts in SQL or LDAP to auto-create autheticated users
- new param to lowercase the user-names before auto-creating them (to deal with case-insensitve and case-sensitive system)
2005-05-13 15:58:10 +00:00
Ralf Becker
53eff000eb
fixed ldapexport:
...
- was not setting the required account_primary_group attribute
- still used / created a phpgw object
- removed some sorting code without function
2005-05-13 13:41:26 +00:00
Cornelius Weiß
632a990cfb
added support for authentication via cookie. NOTE: you have to enable this in setup if u want to use it.
2005-05-11 18:25:17 +00:00
Carsten Wolff
545742c4ee
honor ldap protocol version setting
2005-05-07 20:56:45 +00:00
Oscar Manuel Gómez Senovilla
296c82f996
*** empty log message ***
2005-04-24 21:30:37 +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
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
Ralf Becker
d8cc4fb849
Applied the patch of Jason Wies (zone):
...
- Splash screen for check-install and
- Link to re-run check-install
2004-05-05 21:05:13 +00:00
reinerj
95cae3b6ec
new langfile Catalan from Xavier Navarro
2004-05-04 15:03:04 +00:00
Ralf Becker
d0ee0be13b
added support for limiting the access to setup on certain IP's, IP-ranges or hostnames,
...
added hostnames to the message too
2004-05-04 10:20:32 +00:00
Ralf Becker
257b69a6fb
added support for limiting the access to setup on certain IP's, IP-ranges or hostnames
2004-05-04 09:08:28 +00:00
Ralf Becker
d3ec2fcfbf
commented out the oracle db-support-check, as we dont support oracle atm.
2004-05-04 07:58:09 +00:00
Ralf Becker
9078939340
added a note to reload the webserver after a php.ini change and the location of the php.ini, hopefully that minimizes support requests ...
2004-05-04 07:41:02 +00:00
Ralf Becker
612398cd08
removed the warning from the system-charset and added some more explenatory text
2004-05-02 12:41:19 +00:00
Ralf Becker
1e5602a350
added an extra step to create an admin account
2004-05-02 12:11:35 +00:00
Pim Snel
049a2621a5
fix #929987 Hard-coded lang attributes/ update dutch translations
2004-04-21 18:29:13 +00:00
petere78
4cc9980a11
Translation improvements
2004-04-20 20:12:32 +00:00
petere78
0e289e36bd
Localize "version" in setup footer.
2004-04-20 19:29:40 +00:00
petere78
ab0d4c5989
Localize true/false selection boxes.
2004-04-20 09:29:04 +00:00
petere78
d9452316ab
Translation improvements
2004-04-19 12:38:25 +00:00
petere78
11445c99cb
Align header login form as nicely as config login form.
2004-04-19 12:37:50 +00:00
petere78
4c742fd14e
Make the alternating background colors really alternate at every line.
2004-04-19 11:01:20 +00:00
petere78
28e6333990
Don't display empty parentheses in title when there is no domain.
2004-04-19 09:15:51 +00:00
reinerj
847790251b
update traditional Chinese langfiles from Finjon Kiang
2004-04-16 10:32:56 +00:00
reinerj
598d554409
add update fiel from Matthew Galgoci (RH)
2004-04-16 00:56:14 +00:00
petere78
da38273582
Improve translation
2004-04-05 22:24:11 +00:00
Oscar Manuel Gómez Senovilla
c9ed30704c
*** empty log message ***
2004-04-02 20:32:14 +00:00
petere78
b799d7cc49
Make the default passwords empty, so the user is forced to enter one.
...
Make sure the default database port matches the database being offered
by default.
2004-04-01 12:22:57 +00:00
petere78
995bf9e2f5
Align header admin password box with header admin name box.
2004-04-01 12:18:22 +00:00
Lars Kneschke
13d8bc4eb0
deleting of old account was not working anymore, because the form
...
was broken
2004-03-29 06:20:04 +00:00
petere78
0f8224fd47
Various spelling and grammar fixes
2004-03-27 01:15:04 +00:00
petere78
4709118f0c
A couple of line breaks were missing in the create database form.
2004-03-27 01:12:52 +00:00
Carsten Wolff
56aa7e6eb3
removed some files that don't belong into cvs
2004-03-24 08:56:03 +00:00
danbas
df50e01fb4
removed dead link
2004-03-23 21:56:53 +00:00
Ralf Becker
804c28b388
some fixes in the translation for check_install
2004-03-23 17:02:34 +00:00
Ralf Becker
0aca5b696c
added a please wait message before recursivly checking all files for word-writable
2004-03-21 23:45:28 +00:00
Ralf Becker
1d6a4ff344
give admin access to all apps, to save us some support requests
2004-03-21 16:11:51 +00:00
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
Ralf Becker
d08fb75a92
fixed ldap_note to be in cleartext, for the not translated languages and added a link to the README (not just the path)
2004-03-21 10:49:55 +00:00
reinerj
be28d77fa9
update Brazil lang file translated from Orlando Gentil
2004-03-19 22:03:20 +00:00
Ralf Becker
f95cad3c1b
check_install:
...
- nicer formatting
- make it translateable (only english and german so far)
- added check for '.' in include_path (relative addressing of includes does not work otherwise)
2004-03-14 10:57:33 +00:00
Ralf Becker
32254c6923
remove wired phrase
2004-03-14 10:41:13 +00:00
Ralf Becker
09d4c8aa75
fixed some (mis-)spellings, thanks to Trancer
2004-03-13 17:29:48 +00:00
Ralf Becker
2c1197d9dc
fixes for installations with error_reporting E_ALL
2004-03-09 21:05:28 +00:00
Miles Lott
7f3f01a602
Added note about adding the ldap schema
2004-03-07 03:07:24 +00:00
Lars Kneschke
3085e2472c
take of ldap version 3 settings
2004-02-29 22:00:12 +00:00
Oscar Manuel Gómez Senovilla
742e25401a
*** empty log message ***
2004-02-25 02:58:12 +00:00
Ralf Becker
e1e715168a
added admin user to the default group too, to give him all the "normal" apps
2004-02-06 07:24:13 +00:00
Miles Lott
ac1c6a1845
format
2004-02-03 06:21:25 +00:00
Miles Lott
6d860f2d3e
Add sidebox link to return to main setup menu
2004-02-02 23:04:07 +00:00
Miles Lott
9abe179dea
add one more case
2004-01-31 14:23:40 +00:00
Miles Lott
422fc6d00e
Add brief primer on using LDAP auth/accounts with eGroupWare
2004-01-31 14:17:27 +00:00
Miles Lott
11d6da18e0
remove very old references to version.inc.php
2004-01-30 01:55:57 +00:00
reinerj
3f5c75878b
changes from phpgw to egw dev group
2004-01-27 20:49:25 +00:00
Miles Lott
cf9890f264
Spell check one lang
2004-01-26 03:17:55 +00:00
Miles Lott
04067c7a04
Add SMD5 hashing for sql and ldap based on my debian experience today
2004-01-26 03:01:54 +00:00
Miles Lott
f3539ef370
Add another sort, and move unset() of count portion of array
2004-01-26 02:56:11 +00:00
Lars Kneschke
d0faa0770e
hopefuly fix for bug [ 884067 ] if ldap gids are not consecutive, cannot deal with groups
2004-01-26 02:49:35 +00:00
Miles Lott
41e3d56f23
GLOBALS fixes
2004-01-25 19:27:48 +00:00
Miles Lott
8bc4819f84
Fix for use of GLOBALS when setting up admin
2004-01-25 19:22:39 +00:00
Miles Lott
5857f06bfc
Add default user of admin to aid in upgrade. Still have password issues.
2004-01-20 02:10:02 +00:00
Miles Lott
372f742c69
Fix extra domain being added by empty config_user variable
2004-01-20 00:52:11 +00:00
Miles Lott
ab1a464ab9
Fix display of current domain and db type
2004-01-20 00:40:38 +00:00
reinerj
488eb098ed
add some german translations
2004-01-19 19:46:49 +00:00
reinerj
baa94a8278
add 2 phrases to english lang file
2004-01-19 19:46:10 +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
Miles Lott
c7117e4c58
add currently unused sql password functions
2004-01-18 15:24:41 +00:00
Miles Lott
a24512e2b7
Hide passwords from normal view in manageheader (still in source of html)
2004-01-17 16:48:12 +00:00
Miles Lott
a1ed88dc38
Clear the access log after all users are created - this gets rid of a really annoying FAQ.
2004-01-17 16:39:40 +00:00
reinerj
2764113215
fix typo
2004-01-16 14:47:56 +00:00
Miles Lott
71a6a6b84e
switch to $_POST
2004-01-16 12:52:05 +00:00
Lars Kneschke
1216a5540d
add option for case sensitive usernames
2004-01-16 07:44:04 +00:00
Oscar Manuel Gómez Senovilla
75ec26f4d4
*** empty log message ***
2004-01-12 00:39:50 +00:00
Oscar Manuel Gómez Senovilla
fdc152a6a7
*** empty log message ***
2004-01-11 12:08:53 +00:00
Miles Lott
26ef5d0726
Complete adjustments to $ConfigDomain - no need to get_var if already authenticated anymore
2004-01-06 13:45:10 +00:00
Miles Lott
d0904ebde2
Reinstate setting of cookies similar to standard api logins by cookie; Reorganized login/logout logic; Switched to class var for $ConfigDomain
2004-01-06 13:38:45 +00:00
bgigon
e2ca2e41de
LDAP version 3 activated
2004-01-05 12:32:00 +00:00
Miles Lott
ef2f49223f
Remove unused head tags which showed in html output
2004-01-05 00:54: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
Oscar Manuel Gómez Senovilla
803a930a22
*** empty log message ***
2004-01-02 21:12:27 +00:00
Ralf Becker
e5af8693af
made the deletion of all user, group and ACL data by setup_demo.php mandatory (default off) so that other install-scripts can add users, groups or ACL records
2003-12-29 21:12:37 +00:00
Oscar Manuel Gómez Senovilla
7e3080a36b
*** empty log message ***
2003-12-28 18:33:54 +00:00
Miles Lott
0f85f3763f
Modified md5_cryptpasswd() function to create {md5}xxx style password;
...
Add actual function to deal with sha passwords, and added ability for use of ssha;
2003-12-28 17:27:34 +00:00
Miles Lott
9382d27026
Update strings
2003-12-28 16:45:19 +00:00
Oscar Manuel Gómez Senovilla
fd68a4eddc
*** empty log message ***
2003-12-28 00:41:17 +00:00
Miles Lott
4d52af6e80
Try to guess the values of PHPGW_SERVER_ROOT and PHPGW_INCLUDE_ROOT
2003-12-27 15:58:08 +00:00
zhangweiwu
a44c307b10
New translations! Happy new year.
2003-12-25 15:29:56 +00:00
Lars Kneschke
9452e2f19b
enabled domainnames with . in the name
...
example: kneschke.de
language fixes for german
2003-12-22 11:41:17 +00:00
Miles Lott
5105209379
Set default_db_ports higher up so it can be used to set the correct default if the admin does not select one.
2003-12-22 02:59:09 +00:00
Miles Lott
cb6c130046
Remove default port setting since it causes problems for non-mysql users
2003-12-22 02:45:24 +00:00
Miles Lott
b6c0e6e0b2
Replace langs using phpGroupWare
2003-12-19 12:34:45 +00:00
Miles Lott
c483096849
Fix use of POST var, version, which makes this app actually useful again
2003-12-17 12:11:38 +00:00
Miles Lott
1df412f9c4
ereg_replace/intval update
2003-12-10 11:45:03 +00:00
Miles Lott
bde5dcc84a
Set a default port if the admin is just now upgrading header for the new port spec
2003-12-10 11:40:31 +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
zhangweiwu
c451623cf9
Translation translation blah ...
2003-12-03 03:08:09 +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
Lars Kneschke
fea33a3d1f
fix for bug [ 839099 ] Error in ldapmodify
2003-11-20 06:21:56 +00:00
Miles Lott
e5cf023559
Fix old setup bug with tables_current output and extra comma
2003-11-13 12:25:56 +00:00
dragob
f564d79dae
Some cosmetics in translations.
2003-11-12 13:18:44 +00:00
shrykedude
1f31aa14a0
Update English translations to replace phpGW with eGW
2003-11-09 16:11:09 +00:00
Carsten Wolff
369b9ede5e
fixed typo
2003-11-07 17:26:28 +00:00
Ralf Becker
3ae4338b2e
fixed php.ini check for php compiled with --disable-memorylimit, ini_get() returns ''
2003-11-06 22:56:31 +00:00
reinerj
f3de62e3da
updated Big5 lang file from Finjon Kiang
2003-11-04 11:29:10 +00:00
Pim Snel
587db31793
new Dutch translations
2003-11-04 02:03:38 +00:00
Ralf Becker
07f6ff431f
added a note about mycrypt to manageheader
2003-11-03 22:21:55 +00:00
Ralf Becker
ef124b4f14
minor update
2003-11-03 22:03:07 +00:00
Ralf Becker
3c088141ca
- added some icons, to make the check easier to understand
...
- added a fudforum writeable by webserver check
2003-11-03 20:56:15 +00:00
Ralf Becker
30d3bedaa4
added english and german translations and only show 'Check install' and 'Logout' if one is loged in
2003-11-02 10:44:50 +00:00
Ralf Becker
f6a498f68e
- fixed not existing posix_get{pwuid|grgid}, outputs 'not availible' under win now
...
- explaining boolean returns from ini_check as On or Off
- added extension imap to check for email apps
- not useing function dl if that function does not exist
2003-11-02 08:26:46 +00:00
dragob
8a2fdf11df
Slovenian translation of the setup application added.
2003-10-31 20:43:12 +00:00
Pim Snel
bc173c09ce
setup now uses the new and last idots templates set
2003-10-26 14:46:52 +00:00
Ralf Becker
1f40b7c8fa
corrected the multi-domain login
2003-10-26 09:26:59 +00:00
Miles Lott
4b4afd3c23
Add another case for manageheader when domains are not defined in header.inc.php, also some formatting updates
2003-10-22 11:28:17 +00:00
reinerj
3a4f122099
solve bug http://http:// in logo
2003-10-15 18:16:12 +00:00
reinerj
62964576bd
Translation update from Finjon Kiang
2003-10-14 09:58:13 +00:00
Lars Kneschke
613e4013a9
added missing translation class
2003-10-14 05:18:18 +00:00
Ralf Becker
3f0246fe36
added a first version of a pre-installation check:
...
- php.ini values
- php extensions
- filesystem permissions
2003-10-13 16:51:29 +00:00
Ralf Becker
f4a8123654
added a first version of a pre-installation check:
...
- php.ini values
- php extensions
- filesystem permissions
2003-10-13 16:48:12 +00:00
Lars Kneschke
aba4df190f
removed flush, because it does not work with mod_ssl
2003-10-13 13:39:33 +00:00
Pim Snel
72299b948a
port setup to idots template set
2003-10-09 23:08:04 +00:00
Pim Snel
854b740bf1
add idots images
2003-10-09 23:07:35 +00:00
Pim Snel
dd124085d7
added stylesheet
2003-10-09 23:03:40 +00:00
Pim Snel
ae566692b9
port setup to idots template set
2003-10-09 22:59:50 +00:00
Ralf Becker
a057b014d1
fix for not installed apps
2003-10-06 11:01:57 +00:00
Ralf Becker
199fdc941f
new phrases and german translations for the system-charset-conversation, written as iso-8859-1 file under a eGW with system-charset = utf-8 with the updated translation-tools
2003-10-05 13:44:03 +00:00
Ralf Becker
6a48c89130
cosmetics ;-)
2003-10-05 13:42:27 +00:00
Ralf Becker
4a775848e4
disabled translation-storage-selection, as only the sql/db one is working atm.
2003-10-05 11:11:01 +00:00
Ralf Becker
0ca093c04f
added multibyte-support for conversation of other charsets then utf-8 and iso-8859-1
2003-10-05 10:44:16 +00:00
Ralf Becker
7b95f52718
not longer needed
2003-10-05 02:07:32 +00:00
Ralf Becker
fd2d96d063
1) implemented a share system-charset, which can be different from the charset of the lang-files
...
2) moved sql-specific part of setup_translation to translation_sql
3) TO-DO: get the translation-tools working in this setting
2003-10-05 02:06:11 +00:00
Ralf Becker
658dfdce96
restructured setup a bit:
...
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:24:34 +00:00
zhangweiwu
f886e06d3c
Updated translation.
2003-10-03 20:06:26 +00:00
Ralf Becker
4132f01ad0
create demo-accounts only on explicit request
2003-10-03 13:38:18 +00:00
Ralf Becker
01dcc7cae1
commented out the options:
...
- auth via PAM
- account-storage in contacts
- datetime port
2003-10-02 19:14:53 +00:00
Lars Kneschke
014c3b18dd
[ 813403 ] ldap account import/export fix
...
does not need GLOBALS = on anymore
https://sourceforge.net/tracker/index.php?func=detail&aid=813403&group_id=78745&atid=554340
Patch Author: Shryke Dude (shrykedude)
2003-09-28 11:38:07 +00:00
Ralf Becker
47b4503dbc
disabled peer-server settings
2003-09-25 02:22:58 +00:00
Lars Kneschke
71ddbf9f60
corrected typo
2003-09-24 05:38:27 +00:00
Lars Kneschke
b474e887eb
also ask for proxy username and password
2003-09-24 05:17:37 +00:00
Ralf Becker
1ed1b0f431
some fixes for setup:
...
- back-button for manage-header
- header-update shows lang-selection
- lang-selection is sorted now alphabetical
- lang-selection in header-admin shows up only if called the first time (without login)
- manage-languages and add-applications respekt now different translations for the same phrase in different apps
2003-09-23 13:08:40 +00:00
Ralf Becker
4347d7f9fc
fixed simplyfied chinese from cs to zh
2003-09-23 11:34:14 +00:00
Ralf Becker
db58171660
delete history-log-entries if an app gets de-installed
2003-09-22 23:48:28 +00:00
Pim Snel
4f7a8498f7
new setup icons:checked,completed, incomplete, table, dependecy
2003-09-15 16:19:51 +00:00
Lars Kneschke
bfb56ec1de
ldap fixes
2003-09-14 14:35:36 +00:00
Lars Kneschke
844c7ead96
added option for LDAP version 3
2003-09-14 06:01:47 +00:00
Lars Kneschke
9de9eb51c1
app_title changed to app_name
...
forgot one to change
closes bug #804009
2003-09-11 02:24:50 +00:00
reinerj
fe459cedfc
change the falue from phpgw to egw
2003-09-10 23:40:42 +00:00
reinerj
2819c53c2d
change the falue from phpgw to egw in config
2003-09-10 23:24:52 +00:00
Ralf Becker
aaabbf297b
removed, because not used by setup(3)
2003-09-08 23:03:13 +00:00
Ralf Becker
c94e86a5fa
makeing iDots the default template and some other defaults
2003-09-08 22:21:22 +00:00
Ralf Becker
cac3b67174
fixed a register_globals=off prob in the db-creation and made the help-msg use the real db-name, -user and -pass
2003-08-30 15:31:38 +00:00
Ralf Becker
61f83720f5
not used, manageheader uses the lang-files from setup
2003-08-30 15:10:02 +00:00
Lars Kneschke
412e8052f3
a field name has changed
...
removed some ugly output
added utf8_decode for usernames
2003-08-30 06:06:11 +00:00
Ralf Becker
83032cf790
fixed a register_globals=off prob in the db-creation and made the help-msg use the real db-name, -user and -pass
2003-08-29 16:42:25 +00:00
reinerj
6ebd57edaa
remove phpgw default info with egw
2003-08-28 22:48:52 +00:00
Ralf Becker
7971e01aef
some first basic branding
2003-08-28 18:17:11 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
gugux
bcc3995d8a
Changed all x's into %'s into lang calls and lang files, added missing english phrases and french translations.
2003-06-17 21:37:40 +00:00
gugux
7b12e0880c
Added zh lang file, patch #1617 , thanks to C K Wu !
2003-06-11 20:31:03 +00:00
Ralf Becker
57cdfaaf7e
changed $GLOBALS[HTTP_POST_VARS] to $_POST to get the automatic lang-update working again
...
merged skwashd's changes from .16
2003-05-29 07:58:45 +00:00
Ralf Becker
5b1231566b
merged dave's fix for the domain-select-box from .16
2003-05-18 22:06:01 +00:00
Ralf Becker
39662ae506
updated to use new prefs format
2003-05-18 16:51:45 +00:00
Ralf Becker
0a663de5e4
fix to correct guess the pathes with register globals off,
...
set mcrypt_enabled to extension_loaded('mcrypt') (default on if it's installed)
2003-05-18 15:06:15 +00:00
Ralf Becker
6b1cfa855e
limited the length of the message_id to 230 and defined a constant for it
2003-04-02 17:46:37 +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
Ralf Becker
4ea536e015
Added link to the user manual (as disscussed with skwashd).
...
Modified the check for a not-readable header.inc.php
2003-03-09 14:28:26 +00:00
Ralf Becker
e19a2ee41d
fix multidomain header-generation
2003-03-05 14:21:49 +00:00
Zone
64a95a6819
Add WebDAV file_repository option, and show example path for WebDAV repository
2003-02-06 22:54:02 +00:00
gugux
5f72c82a90
Added missing \
2003-01-23 21:35:32 +00:00
gugux
1515dae637
Added missing phrases.
2003-01-09 22:51:51 +00:00
gugux
c0da43f00b
Commit to set HEAD branch to the level of 0.9.14 stable for french translation files.
2003-01-08 22:57:45 +00:00
seek3r
88a5b7151f
*** empty log message ***
2002-12-22 23:59:18 +00:00
seek3r
e100a3523e
*** empty log message ***
2002-12-22 23:58:31 +00:00
ceb
f0cc113b2d
fixed pix
2002-12-22 23:43:46 +00:00
seek3r
2b0fd83696
fixed a few minor bugs, removed gifs and removed III from everywhere. I think its kind of lame to continue calling it setup3
2002-12-22 23:08:09 +00:00
seek3r
103c888bdd
*** empty log message ***
2002-12-22 23:04:00 +00:00
seek3r
e886c40659
was corrupted
2002-12-22 23:03:47 +00:00
ceb
a7adc68829
update to install admin/prefs/api at once during new install
2002-12-19 23:33:44 +00:00
ceb
4ec9388bbe
update
2002-12-11 14:20:45 +00:00
ceb
a77d47cd5f
moved all the setup mess to its right place
2002-12-07 02:12:15 +00:00
Ralf Becker
e16d43e247
some more phrase from the english file
2002-11-24 17:44:51 +00:00
Ralf Becker
5cc9d6936b
Patch #560 from gugux
2002-11-24 16:45:05 +00:00
Ralf Becker
5b8fb9df75
merged differences from the .14 branch
2002-11-23 12:32:16 +00:00
skeeter
d70d75d745
GNU Bug #1749 .
2002-11-21 02:07:02 +00:00
skeeter
6df27ba200
Fix for upgrading lang files.
2002-11-16 12:27:04 +00:00
ceb
405e2b5c65
removed app_title
2002-10-26 22:40:09 +00:00
Ralf Becker
65c0123279
some fixes to get manage languages working again:
...
- fixed table-names for 'lang' to 'phpgw_lang' and 'languages' to 'phpgw_languages'
- changed calls to function in setup_detection and setup_html to use $GLOBALS['phpgw_setup']->html / detection
2002-10-18 14:44:10 +00:00
seek3r
86032f02dd
removed common->phpgw_exit() and fixed all references to it in the core apps and api
2002-09-28 20:01:44 +00:00
Zone
71ec2f0197
Updates needed for phpwebhosting -> filemanager name change
2002-09-21 05:15:32 +00:00
Zone
3b3e08f1aa
Fix " vs. '
2002-09-17 04:24:14 +00:00
skeeter
bb0535281f
Will now stop (error) when inserting bad data.
2002-09-15 23:21:01 +00:00
Zone
0d7f3ed630
Add check_all checkboxes to the top of the list
2002-09-11 05:39:46 +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
skeeter
db70072b9b
GNU Patch #477 .
2002-08-23 03:33:13 +00:00
skeeter
89ebd8ea8a
Did I miss commiting this?
2002-08-13 23:39:39 +00:00
Miles Lott
57145e6841
reset list of db_type when adding new domain
2002-08-11 23:57:56 +00:00
Miles Lott
d6ebb363c4
Add copy of old template class so setup can work for now.
2002-08-11 23:54:58 +00:00
ldw
56f7eae5eb
- Definitely splitted the Debian source package, adding the needed files to
...
each module.
2002-07-22 07:17:58 +00:00
skeeter
058ddb033f
GNU Patch #348 .
2002-06-25 01:09:29 +00:00
ldw
47ea887c92
- Moved documentation files to module/doc directory.
...
- Renamed phpgroupware/doc/LICENSE in phpgroupware/doc/copyright.gpl
2002-06-12 10:14:14 +00:00
ldw
1b715afbeb
- Renamed some copyright files.
...
- Moved doc files to module/doc dir.
- Removed no more useful debian files.
- Removed addbook/readme: duplicate file.
2002-06-12 09:22:32 +00:00
Miles Lott
e5289b5b03
fix last commit
2002-05-20 00:55:14 +00:00
Miles Lott
c265e753f6
Add langs for new config item
2002-05-20 00:53:21 +00:00
Miles Lott
09d24127b0
Add more exclusions to applist
2002-05-14 13:43:34 +00:00
Miles Lott
fc86e403b8
fix doubled description
2002-05-14 13:19:01 +00:00
Miles Lott
8b36069bbf
commenting out clearing of app_session for now
2002-05-08 13:04:27 +00:00
Ralf Becker
b0250b2be4
corrected typo $get_var() --> get_var()
2002-05-01 12:03:32 +00:00
ceb
45f32ce148
added missing '
2002-04-30 14:10:30 +00:00
skeeter
aa1398fd6b
Converting to get_var() for all HTTP_*_VARS.
2002-04-29 19:49:24 +00:00
skeeter
14c913404c
Some cleanups of warnings.
2002-04-29 00:27:32 +00:00
Miles Lott
63a5be4a8b
Real fix for bug 132 - wrong template values in manageheader.tpl
2002-04-26 23:54:22 +00:00
Miles Lott
6eabca5de9
undo fix for bug 132
2002-04-26 23:47:04 +00:00
Miles Lott
b7fb9c3334
fix for bug 132
2002-04-26 10:41:26 +00:00
Miles Lott
a543671254
Alter demo accounts to better demonstrate group/user perms
2002-04-14 22:12:59 +00:00
skeeter
a862c217c0
Cleaned up the extra comma at the end of the langs that are installed.
2002-04-13 03:02:22 +00:00
skeeter
3b4a9f0d89
Changed a few things over to GLOBALS and using get_var().
2002-04-13 01:56:57 +00:00
skeeter
0bd3848040
Changed to use get_var().
2002-04-09 23:43:55 +00:00
skeeter
607dd5b3d9
Added missing phrase.
2002-04-09 23:42:59 +00:00
skeeter
1f7165c7ba
Fix for GNU Bug #100607 .
2002-04-09 14:15:04 +00:00
skeeter
5c06bddb84
Changed to GLOBALS[''] for HTTP_*_VARS.
2002-04-08 02:33:56 +00:00
Miles Lott
3c8fffb1e7
Manageheader now handles editing of multiple domains
2002-04-07 23:56:03 +00:00
skeeter
cf031d14bc
Clearing up a couple of warnings.
2002-04-07 17:51:37 +00:00
Miles Lott
f8e28b2257
Converted header management to use lang() and templates -- TRANSLATORS, SEE
...
lang/newheaderlangs FILE...
2002-04-07 04:11:50 +00:00
ceb
7c84398cb3
added french langs
2002-04-04 20:51:26 +00:00
ceb
ab6e25cdcd
added finnish lang file
2002-04-02 22:13:18 +00:00
ceb
8333b4d467
added finnish lang file
2002-04-02 21:34:21 +00:00
ceb
c69aae2042
added french translation file
2002-04-02 20:07:55 +00:00
skeeter
b1e7184297
Added missing phrase.
2002-04-02 14:24:34 +00:00
itheart
419c11f197
Added another phrase.
2002-03-27 07:08:02 +00:00
skeeter
6e0d0eb1fd
GNU Patch #184 .
2002-03-26 02:34:38 +00:00
Miles Lott
6031b605e6
show languages already installed by selecting them in the select box
2002-03-11 01:39:58 +00:00
Miles Lott
3bcd71d08a
Partial fix for BUG# 100477
2002-03-10 21:29:07 +00:00
ceb
1fab89aabe
update pngs
2002-03-08 22:04:31 +00:00
ceb
79745ec4f8
update pngs
2002-03-08 16:53:09 +00:00
ceb
22b29acbad
update png
2002-03-08 15:11:41 +00:00
Miles Lott
9279e65f17
Add expiration of 20 minutes (to be changed to idle time check later); Change
...
login behavior to be able to verify acceptance of the cookies before showing
the page (using refresh - tested on NS, Mozilla, IE, Konqueror)
2002-03-06 02:40:30 +00:00
Miles Lott
6d81d7547c
Add lang for invalid password
2002-03-04 03:10:57 +00:00
Miles Lott
be67e0d962
Add lang for logout message
2002-03-04 03:08:47 +00:00
Miles Lott
79d886e345
Hopefully better logic for login/logout of the two setup logins
2002-03-04 02:55:53 +00:00
Miles Lott
a5f0e27362
add comments
2002-03-03 22:00:55 +00:00
Miles Lott
01faba0c4d
Moved setup and schema_proc classes to api; reorganize how the setup class
...
is created
2002-03-03 21:53:00 +00:00
Miles Lott
8b54414c64
also check api version for hooks table in deregister_hooks()
2002-02-20 05:19:35 +00:00
skeeter
532993d024
Some major cleanups. Should reduce warnings by 75%. This will speed things up if the admin is logging php errors/warnings.
2002-02-18 16:18:34 +00:00
Miles Lott
f5b3fb4f3e
Add check image
2002-02-18 13:43:08 +00:00
Miles Lott
5bbacabc0a
Add js checkall function for each column of install/upgrade/remove
2002-02-18 13:42:09 +00:00
Miles Lott
b2a974489f
default prefs string should now be correct
2002-02-18 12:44:25 +00:00
Miles Lott
92c0e20c12
Adjust banners to credit just about all of the core team...
2002-02-17 20:23:26 +00:00
Miles Lott
63b0e05ffe
adjust banners to credit seek3r, angles, and some other dude
2002-02-17 20:20:09 +00:00
Miles Lott
e383697ecd
Adjust banners to credit mdean and some other guy
2002-02-17 20:16:51 +00:00
Miles Lott
d458becbe0
Added patch from Ralf Becker to calculate precision from largest enum value
...
when doing sql to schema_proc array conversion
2002-02-17 20:10:29 +00:00
Miles Lott
9804ff609d
Apply modified patch from Ralf Becker to allow for use within phpgw (not setup)
2002-02-17 20:00:28 +00:00
Miles Lott
3fefd7be60
Add missing check of current db versions
2002-02-17 19:35:44 +00:00
Miles Lott
12b66fb8a9
Change lang/languages tables to phpgw_lang/phpgw_languages
2002-02-17 19:31:50 +00:00
Miles Lott
61c9a64dd0
only chop the last 2 chars if they are {comma}{space}
2002-02-16 13:48:41 +00:00
skeeter
73f3c725fb
GNU Patch #106 and #109 .
2002-02-15 03:16:11 +00:00
Miles Lott
2afd4c4955
drop trailing comma from lang_list
2002-02-12 14:09:53 +00:00
Miles Lott
2ead51ae60
Fix for annoying result of cvs backup files in lang subdir
2002-02-10 20:18:49 +00:00
Miles Lott
c77dea5328
Update get_account_id()
2002-02-08 06:07:46 +00:00
Miles Lott
6735cc4d5d
Add a check to setup to be able to exclude apps from the mass upgrade process.
...
WCM will be the first to use this, others may follow...
2002-02-03 17:02:56 +00:00
skeeter
539f13e14d
This might fix some problems with installation under php 4.0.6 versions.
2002-01-30 04:41:44 +00:00
Miles Lott
85b7aea85f
Add lang for image type select
2002-01-22 04:49:50 +00:00
seek3r
bcd7dc31eb
adding all the PNG images to work toward GNU complaince
2002-01-21 17:08:04 +00:00
Miles Lott
f2424ca6fd
Disable time limit to aid large updates
2002-01-20 16:04:25 +00:00
Miles Lott
03e2617813
syntax error
2002-01-15 01:48:41 +00:00
Miles Lott
85ef717696
Additional fix for non-installed apps during upgrades
2002-01-15 01:46:27 +00:00
skeeter
298f754424
This will now correctly remove the system level cache. Previous problem was occuring because loaddb() was not called prior to clearing the cache. This also clears up all warning messages being dumped to the HTTP log file.
2002-01-14 12:14:40 +00:00
Miles Lott
2d32663ce1
rollback last change for now
2002-01-13 21:12:35 +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
1f4c69b108
This will now clear system/user level cache when adding/deleting apps.
2002-01-13 17:20:33 +00:00
Miles Lott
21f0653bde
Formatting and comment adjustment
2002-01-11 03:40:59 +00:00
p_pessagno
f075681f38
Updates language descriptions
2002-01-10 19:24:31 +00:00
p_pessagno
26b864d8c3
Portuguese Translation - Thanks to Leonardo Gomes Figueira
2002-01-10 16:57:31 +00:00
Miles Lott
1af7355c77
small change to test syncmail
2002-01-08 14:48:35 +00:00
Miles Lott
3ec482b83f
small change to test syncmail
2002-01-08 14:42:59 +00:00
Miles Lott
b6d48e874a
Set intval() of value to insert to ensure some input on not null columns
2002-01-08 14:03:29 +00:00
Miles Lott
e6b3c04a10
Minor formatting
2002-01-08 02:12:43 +00:00
seek3r
c13ade18dc
Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files.
2002-01-07 10:50:42 +00:00
Miles Lott
0740e85b12
Switch to local hook function to avoid catch_22/chicken-egg/cart-horse situation
2002-01-05 23:50:18 +00:00
Miles Lott
a012283ba5
Lang files are now installed as part of the install/upgrade process. For step
...
one (mass install/upgrade), english is installed by default
2002-01-05 21:20:52 +00:00
Miles Lott
a9a325f0f3
sort and add two more
2002-01-05 21:02:25 +00:00
Miles Lott
ac12936c0b
Add no, yes, never, and time periods for account expiration
2002-01-05 20:54:48 +00:00
Miles Lott
f79ae32ea0
Fix to not duplicate hook installation (oops)
2002-01-05 18:12:16 +00:00
Miles Lott
950b7a8a5c
Mod to (un)install application translations with each app (applications.php only)
2002-01-05 18:07:11 +00:00
Miles Lott
055ba107c5
new langs
2002-01-02 18:23:09 +00:00
seek3r
62b4c42a22
added some description text
2002-01-02 15:55:09 +00:00
seek3r
f2581be283
fixed typo
2002-01-02 15:53:08 +00:00
Miles Lott
787aaf2a5e
Create hooks object for hooks call
2002-01-02 15:49:25 +00:00
seek3r
9520fafe37
updated for new header.inc.php option, and fixed echo problem
2002-01-02 15:47:54 +00:00
Miles Lott
49f7216e19
Remove unused function
2002-01-02 15:46:17 +00:00
seek3r
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
seek3r
ab9fffff05
fixed some debug crap and a fix for windows installs
2001-12-26 17:21:24 +00:00
Miles Lott
566aee1cb2
but do check the right value...
2001-12-21 22:44:09 +00:00
Miles Lott
e2206c12f6
Do not delete a passwd setting from the db, since we also don't put the value
...
in the form
2001-12-21 22:41:44 +00:00
Miles Lott
f5ccede031
Do not print passwords to the page
2001-12-21 22:38:03 +00:00
Miles Lott
b123e396c7
Add new langs for mcrypt... and one older one for auth
2001-12-20 18:00:49 +00:00
Miles Lott
a89a1c9c1a
globals fix for \$action
2001-12-18 02:38:39 +00:00
Miles Lott
a7900bb2bb
One lang call had a grammar correction, now these files follow
2001-12-18 02:32:23 +00:00
Miles Lott
ea23a8c75c
set phpgw_info to an empty array at the top
2001-12-18 02:25:55 +00:00
Miles Lott
04342d35ed
Cleanup includes; move auth() call to top after main include (functions.inc.php);
2001-12-18 02:20:31 +00:00
Miles Lott
18a45d4bc5
security fix for php 4.1.0 (?) to verify that what isset() is also !empty()
2001-12-18 02:07:14 +00:00
Miles Lott
964b9aa7d6
Add another db stage; stage 6 used to be 5; 5 now asks are you sure you want
...
to delete everything???
2001-12-16 16:35:39 +00:00
Miles Lott
c332b62e15
Add ldap connection failure notice with exit to make sure they see it
2001-12-12 16:02:51 +00:00
Miles Lott
44cf6e8017
Make html 4.0.1 compliant
2001-12-12 01:59:01 +00:00
Miles Lott
45b570984f
oops, this should be better
2001-12-11 04:53:34 +00:00
Miles Lott
7984e7cc48
Added some ldap langs
2001-12-11 04:47:23 +00:00
Miles Lott
df12b77dde
Add cancel button to setup_demo; add link to setup demo accounts on ldap page;
2001-12-11 04:42:55 +00:00
Miles Lott
8df4163cab
setup_demo now works for LDAP (here anyway) and still works for SQL; now uses
...
the accounts classes in phpgw; This is devel CVS, please test ;)
2001-12-11 04:36:40 +00:00
Miles Lott
063e834ec5
Once the function is enabled (not default) in xml_functions.inc.php, this should work
2001-12-04 13:46:04 +00:00
Miles Lott
66a41b74eb
minor update
2001-12-03 17:39:39 +00:00
Miles Lott
6330681793
php3 fix for detection class; add use of db_addslashes() for when we re-insert
...
table data to a new table in pg (altertable/column)
2001-11-29 03:58:22 +00:00
Miles Lott
a644b200da
silence non-object error until we can fix this
2001-11-25 02:37:50 +00:00
Miles Lott
a4053a15c4
Missed a global
2001-11-25 02:27:22 +00:00
Miles Lott
592f7ca4f1
Fix selection order of ConfigDomain
2001-11-22 00:50:12 +00:00
skeeter
6d642420d9
This will now clear the cache everytime the login page is displayed. This will help to clear the phpgw_info caching when upgrading.
2001-11-21 22:13:11 +00:00
Miles Lott
aa32b065bf
more adjustment for globals
2001-11-21 15:01:43 +00:00
skeeter
509b88901b
Possible fix for problems with bad php.ini settings.
2001-11-21 12:07:58 +00:00
Miles Lott
23896ff6f5
possible fix for bug #479943
2001-11-14 23:17:27 +00:00
itheart
38d1253837
japanese lang file add
2001-11-14 22:39:28 +00:00
skeeter
00e7719717
Small change to the RenameTable function in MySQL. This will allow for older versions of MySQL to be used.
2001-10-18 01:02:49 +00:00
Miles Lott
39bd4f6318
check and increment app_id, or set random value if api version >= 0.9.13.015
2001-10-17 18:42:18 +00:00
Miles Lott
d2cc52c47d
GLOBALS
2001-10-17 18:10:17 +00:00
Miles Lott
663e83b66e
fix timestamp display, fix default display to remove double "'"
2001-09-29 15:44:17 +00:00
jengo
dd450aa11b
#465163 - Merged in patch for Chinese Translations
2001-09-28 21:52:33 +00:00
Miles Lott
80cfe11b39
Add setting of ConfigDomain to the cookie var (now works with register_globals off)
2001-09-28 14:39:38 +00:00
Miles Lott
a03dc806bf
add 'go to'
2001-09-28 14:27:23 +00:00
Miles Lott
2b4bfcf425
Add some other options if the admin does not want to upgrade the api yet.
2001-09-28 14:26:26 +00:00
jengo
f4efac55bb
- Fixed logout button not working correctly
...
- Re-enabled the logout button in lang.php, not sure why it was disabled
2001-09-27 23:59:39 +00:00
Miles Lott
98bfdd6558
html color code cleanup
2001-09-26 23:59:52 +00:00
jengo
ed6fabcc15
Merged in pacth for partial chinese translations - Thanks Yen-Shuo Su (shuo)
2001-09-24 22:50:14 +00:00
jengo
386187a81c
Fixed parse error, missing ) at end of if
2001-09-24 20:42:22 +00:00
Miles Lott
2a738905e4
Add check for existence of index prior to DROP INDEX
2001-09-23 11:58:10 +00:00
Miles Lott
830242391d
Update/add langs for config.php in admin and setup
2001-09-21 20:38:50 +00:00
Miles Lott
4ef07f8d67
Now using the same template files as the admin/config.php - only api/admin/prefs templates
...
are included, and all are saved in the config table as appname='phpgwapi'.
2001-09-21 20:14:04 +00:00
cortesi
96857e446b
added sentence
2001-09-20 14:03:00 +00:00
Miles Lott
93d75f74f5
Allow enter to work for setup or header login, if single domain; fix setting of invalid password message
2001-09-18 12:38:26 +00:00
skeeter
33bd4e9714
Changed the addslashes to db_addslashes.
2001-09-18 03:46:28 +00:00
skeeter
d23736a1dc
Small fix for redeclaring a variable to a different type.
2001-09-18 03:45:22 +00:00
Miles Lott
6471f4d546
Another manageheader fix
2001-09-17 03:25:34 +00:00
Miles Lott
a33d7d1648
Fix header generation (templates)
2001-09-17 03:19:07 +00:00
Miles Lott
3f389090cc
Fix HeaderPW check
2001-09-17 03:09:47 +00:00
mdean
f7d1715195
Removed random account numbers for maximum db portability.
2001-09-17 02:23:41 +00:00
Miles Lott
173d81ab87
register_globals and formatting changes
2001-09-17 02:10:34 +00:00
skeeter
4805243c8c
Applied patch #460021 in a modified form.
2001-09-17 02:06:12 +00:00
mdean
b2f9d0c668
Calls to db_addslashes for portability.
2001-09-17 00:54:52 +00:00
Miles Lott
6c1eb9f114
formatting
2001-09-12 16:49:41 +00:00
Miles Lott
e2117e0432
formatting
2001-09-12 14:20:54 +00:00
Miles Lott
9f5a0813b4
not used
2001-09-12 13:50:40 +00:00
Miles Lott
61c105e352
minor formatting
2001-09-12 13:45:58 +00:00
skeeter
370818fa8e
Cleanups of warnings.
2001-09-03 09:51:27 +00:00
skeeter
a1d8939e82
Fix for the compare of version function. Was not properly setting testb vars.
2001-09-03 09:50:40 +00:00
Miles Lott
43127662ab
Some more fixes to work with register_globals Off; Change one debug echo.
2001-08-31 22:29:23 +00:00
Miles Lott
c126a0b01a
New file from Philippe AMELANT and Guillaume Courtois
2001-08-31 22:27:20 +00:00
Miles Lott
eb429ea494
demo account creation is now a checkbox option, on by default
2001-08-25 21:18:30 +00:00
Miles Lott
6f3ede4746
undo last change
2001-08-25 21:02:53 +00:00
Miles Lott
54f7afb947
Chop off last comma for php3
2001-08-25 20:23:50 +00:00
Miles Lott
e93e792876
Adjust comments
2001-08-25 20:06:03 +00:00
Miles Lott
87f5ac0200
Fix to show float4/8 correctly in sqltoarray
2001-08-25 09:16:00 +00:00
Miles Lott
84401ad8b3
Show table count
2001-08-25 09:09:34 +00:00
Miles Lott
ad1e3f276a
Undo inadvertent commit on this file...
2001-08-21 18:57:13 +00:00
Miles Lott
e0db915670
Changes to allow register_globals to be off
2001-08-21 18:48:50 +00:00
Miles Lott
38419e27f9
Update most versions to include mysql 3.22.X warning
2001-08-13 17:51:23 +00:00
Miles Lott
4e1a2a6bb6
add test app to run system.listApps against the local server at phpgroupware/xmlrpc.php
2001-08-09 15:54:52 +00:00
Miles Lott
e877085fd8
This calls the system.listApps from the local server as a test
2001-08-09 15:51:38 +00:00
jengo
cb9c5a0d46
Added select boxs for the version numbers on the apps that have them avaiable. Milosch, what do you think ?
2001-08-08 08:41:28 +00:00
Miles Lott
bd30af4d61
Replace print_r with var_dump (php3)
2001-08-04 13:29:53 +00:00
Miles Lott
a55296403b
Fix setting of account type to 'u' for users
2001-08-02 09:37:49 +00:00
Miles Lott
b85362ba1b
Create per-user application acl if no groups selected for modify
2001-08-02 09:33:24 +00:00
Miles Lott
ae949e41f2
Adding this back
2001-07-30 16:05:42 +00:00
seek3r
9218a82cbd
this is now setup3 code
2001-07-30 15:59:25 +00:00
seek3r
cd3f5a90dc
preparing to put setup3 code in here
2001-07-30 15:44:12 +00:00
cortesi
eb6ca26645
contributed by philippe__
2001-07-09 12:10:53 +00:00
Miles Lott
b33c1090fd
Update from chris <chris@lansir.com.tw>
2001-06-06 19:08:41 +00:00
Miles Lott
4921bd0132
Add two home page langs
2001-06-06 16:59:31 +00:00
izzy
547ae0408c
+ added some more phrases (all setup/preferences related)
2001-06-05 19:08:57 +00:00
izzy
268b14766d
+ added/adjusted translations for SquirrelMail
2001-06-05 18:53:02 +00:00
izzy
1600c50730
+ updated language settings
2001-06-05 17:45:38 +00:00
bettina
798ff60cb9
update of phpgw_categories.access plus phpgw_notes.access type to use varchar
2001-06-03 20:45:34 +00:00
Miles Lott
609b3b8fad
Add version setting
2001-06-01 01:08:40 +00:00
Miles Lott
5c92817fde
Fix to get around erroneous version in admin/setup/setup.inc.php
2001-05-31 22:53:40 +00:00
Miles Lott
2628c9857c
Update function to match the api
2001-05-31 09:25:58 +00:00
Miles Lott
11d52774bd
Change to not use PHPGW_SERVER_ROOT ( no header.inc, no constant )
2001-05-31 00:01:40 +00:00
Miles Lott
7225e341d1
Update for new version file checking
2001-05-30 23:46:36 +00:00
Ralf Becker
bfafacff77
undone the changes
2001-05-30 22:26:27 +00:00
Ralf Becker
c8a97189d0
added infolog
2001-05-30 21:58:05 +00:00
Miles Lott
d4cb332f25
Had to add one more variable back to make the new header template work
2001-05-30 08:56:01 +00:00
Miles Lott
0dd038c04e
no conversion type selected error for addressbook
2001-05-30 00:19:25 +00:00
Miles Lott
7d281d7173
Add missing )
2001-05-27 04:06:38 +00:00
Miles Lott
e8e9e32025
Add brackets to if statement
2001-05-26 21:26:37 +00:00
Ralf Becker
2065718e34
some changes to make the import work
2001-05-26 21:16:25 +00:00
cortesi
9319b0c44c
*** empty log message ***
2001-05-25 02:26:23 +00:00
jengo
cd588b407e
Bumped up the version number
2001-05-24 07:54:55 +00:00
jengo
76e773eb1d
Fixed account_expires not being set
2001-05-22 09:41:27 +00:00
skeeter
551661182f
A few more fixes for the calendar.
2001-05-21 03:20:31 +00:00
Miles Lott
90eacf1b15
Add a lang for addressbook import
2001-05-21 02:33:41 +00:00
jengo
f3043f71c6
Fixed typo
2001-05-19 21:45:16 +00:00
Miles Lott
2fc187693b
Use newer setup.inc.php files
2001-05-19 14:57:26 +00:00
skeeter
e3256b2f1a
language entry for calendar.
2001-05-19 03:26:56 +00:00
seek3r
d0b68ab609
someone dorked up the echo's, so I firxed them
2001-05-18 22:22:54 +00:00
skeeter
f8e066e11f
Fix for bug #424801
2001-05-18 02:18:23 +00:00
skeeter
c9094e5f38
Fix for bug #422736 - Setup used hardcoded value 'phpgroupware' for database name.
2001-05-18 01:40:28 +00:00
skeeter
71ecb0af10
Removed 'Scheduling Conflict' from template.
2001-05-17 01:14:29 +00:00
Miles Lott
0c01a48016
Updated lang from chris@lansir.com.tw
2001-05-16 13:36:20 +00:00
skeeter
1de46d028c
Updated the wording for Sending/Receiving email notifications.
2001-05-16 04:36:55 +00:00
Miles Lott
8847295ff6
change phpgw_holidays to phpgw_cal_holidays in 009 upgrade
2001-05-15 10:57:00 +00:00
Miles Lott
57f4a2659e
add do delete x for filemanager, japanese updates
2001-05-15 10:37:08 +00:00
skeeter
c8f940a8ee
Added a new field to the holiday table for observance rules.
2001-05-14 23:43:05 +00:00
jengo
ae203b17bd
Added warning about people upgrading there header files and it not handling virtual domains
2001-05-11 10:00:39 +00:00
Miles Lott
8060a2efee
change create to use account_XXX, made newgroup use newer create
2001-05-10 09:34:47 +00:00
Miles Lott
de7d1f4e60
Update for new create method in accounts
2001-05-09 11:37:26 +00:00
Miles Lott
f8b8493e60
Remove duplicates
2001-05-07 12:15:36 +00:00
Miles Lott
0581b98906
Fix some old spelling issues
2001-05-07 12:11:52 +00:00
Miles Lott
1e5cd307b7
Fix some OLD spelling problems AGAIN
2001-05-07 12:08:03 +00:00
Miles Lott
2d54ed5edb
Fix some pharses and langauges again
2001-05-07 12:02:56 +00:00
jengo
3090af98b4
Fixed setting up demo accounts not allowing you to login
2001-05-03 05:15:02 +00:00
jengo
5c8c881a11
Removed profiles table
2001-05-03 04:59:00 +00:00
jengo
efa2d7dede
Cleaned up quite a bit in PostgreSQL create, upgrade and drop tables.
2001-05-03 04:53:49 +00:00
skeeter
f1ac28bc71
Fix for bug #420708 . Also, restructured the holiday support. I think this will be the final structure. This gives the most flexibility, a single file to handle all future years. This does not care about previous years rules.
2001-05-02 23:23:48 +00:00
skeeter
3d3163faaa
This will at least cause a normal upgrade to not lose data in the description field for bug #420783 .
2001-05-02 18:02:20 +00:00
skeeter
b281b7b213
Fix for bug #420783 , also added a hol_id field to the holidays tables.
2001-05-02 17:57:46 +00:00
jengo
99ff1cb575
Added account expires feature
2001-05-02 09:06:14 +00:00
jengo
ebee550db7
Added the new config class
2001-05-02 08:00:33 +00:00
izzy
99bcffff90
+ new phrases added
2001-04-30 18:07:07 +00:00
izzy
8810852e72
* apps for some phrases changed to common
2001-04-30 15:58:43 +00:00
izzy
a787369e3d
+ new phrases added
...
* apps for some phrases changed to common
2001-04-30 15:58:24 +00:00
izzy
0cb01ce928
+ new phrases added
...
* apps for some phrases changed to common
! fixed some probs introduced to last update (spaces instead of tabs)
2001-04-30 14:03:21 +00:00
skeeter
ecf1d3bc66
Upgrade for adding table structure for calendar holidays
2001-04-30 03:04:02 +00:00
skeeter
5cf7a13846
possible fix for using enter/return key on setup/login
2001-04-30 03:03:11 +00:00
jengo
46946434ea
Cleaned up a few errors in the upgrades
2001-04-28 01:49:09 +00:00
skeeter
12e7072673
Fixes to the .002 upgrade for calendar
2001-04-27 17:37:59 +00:00
bettina
b0199b263f
added cat_main plus cat_level to phpgw_categories
2001-04-27 16:02:59 +00:00
izzy
120bbf4544
updated and added phrases
2001-04-27 15:03:21 +00:00
jengo
955bf76715
Added an option to force a certian theme on users
2001-04-27 10:02:33 +00:00
Miles Lott
dce1ad12c8
Update list of tables
2001-04-27 03:25:39 +00:00
skeeter
d361c553a1
updated the version in newtables.
2001-04-27 02:57:19 +00:00
skeeter
f51ced506b
Found 'public' is a keyword... Changed to 'is_public'.
2001-04-27 02:47:54 +00:00
skeeter
6c83a9a0c9
Fix for misspelling of DFAULT.
2001-04-27 02:29:42 +00:00
skeeter
a078f7f58f
Restructured the calendar database, added the categories, and fixed problem with repeating entries.
2001-04-27 02:20:55 +00:00
bettina
3265e4a2d8
added access_field to the notes_table
2001-04-25 00:45:50 +00:00
Miles Lott
4ca386d64c
Fix verdana
2001-04-24 19:13:43 +00:00
Miles Lott
f1ceb55920
Add null upgrade to 0.9.10 release - hope this is right
2001-04-23 14:37:08 +00:00
jengo
155246b74b
Moved version number up
2001-04-23 08:54:42 +00:00
Miles Lott
c5380e2cea
Notes lang mod
2001-04-23 08:02:00 +00:00
Miles Lott
3018e339b8
adding langs
2001-04-23 07:53:02 +00:00
Miles Lott
6ef5016e8e
Fix some cal/todo langs
2001-04-23 07:45:08 +00:00
Miles Lott
a6fc59ba22
Fix spelling of participant
2001-04-23 07:40:30 +00:00
Miles Lott
2126ef565d
Add some for calendar
2001-04-23 07:38:56 +00:00
Miles Lott
6c8e3f65ee
Fix some todo lang
2001-04-23 07:25:37 +00:00
Miles Lott
f5655cab7e
Add 'notes categories'
2001-04-23 07:22:49 +00:00
Miles Lott
d122cffdb3
Fix 'small' and 'very small'
2001-04-23 07:21:58 +00:00