Ralf Becker
fd0bfe97ea
querying date_default_timezone_get() only once and storing it as
...
$GLOBALS[egw_info][server][server_timezone], as it fills the log with
warnings under php5.3
2009-11-28 10:18:21 +00:00
Oscar Manuel Gómez Senovilla
a70df0ddbb
Pending language updates
2009-11-24 05:51:49 +00:00
Oscar Manuel Gómez Senovilla
31bc2ff512
tracker #2349
2009-11-18 19:40:17 +00:00
Ralf Becker
9a755daa24
Client to submit monthly statistical data
2009-11-17 09:24:10 +00:00
Ralf Becker
28a778955c
"setting standard IMAP and SMTP as default"
2009-10-28 21:59:49 +00:00
Ralf Becker
ed5a1234c6
"do not count \"deleted\" apps (apps without sources) as to upgrade"
2009-10-28 21:08:23 +00:00
Ralf Becker
5408924afb
All EGroupware apps can now set default and forced preferences on
...
installation time --> nice user experience and cleaner look (by hiding
exotic prefs by focing them to a usual value):
- settings returned from settings hook can contain values for keys
'default' or 'forced'
- if settings hook require part of api or application, which are not
available during installation time: use a method hook (instead of
an old $app/inc/hook_settings.inc.php file), and check if
$hook_param['setup'] is true
- default prefs created so far in setup/admin_account.php got removed
- common prefs in preferences_hooks::settings() got reworked to set
default and forced prefs
- calendar prefs in calendar_hooks::settings() got reworked to set
default and forced prefs
--> I will rework prefs of all our (default) applications according to a
best practice list of Stylite consultants
2009-10-18 12:57:30 +00:00
Ralf Becker
a83a79e167
- setting required php version to 5.2
...
- removing tz_offset default pref and config
- adding tz default pref (defaults to server timezone)
2009-10-12 07:39:47 +00:00
Ralf Becker
db3b46293b
"- using realpath('..') to give user pathes in filesystem (in errors)
...
- using 'only_if_exists' for 'is_world_writable'=>false check, to cope with doc symlinks under Debian, which are not included in open_basedir (gave file does not exists error and stoped check)"
2009-10-01 09:51:28 +00:00
Klaus Leithoff
317b956d32
adding email as authtype to setuptemplate
2009-09-15 15:18:03 +00:00
Klaus Leithoff
58890aaf9c
added email as mail Login Type
2009-09-10 12:16:29 +00:00
Oscar Manuel Gómez Senovilla
2386a28cc5
Update Czech translation for trunk. Tracker #1956
2009-09-09 22:12:43 +00:00
Klaus Leithoff
88687148cd
Call-time pass-by-reference has been deprecated Stuff.
2009-08-28 11:46:07 +00:00
Klaus Leithoff
5378561274
fixed an issue with 0 not passed or passed as empty minCount; Now forcing it to 0 if empty
2009-08-27 13:14:54 +00:00
Klaus Leithoff
44a53ee05b
backup housekeeping feature from H.J.Tappe together with a feature to backup egroupware the files - tree from Christian Fueller; The File-backup feature is testet against relatively small eGroupware Instances; It requires ZipArchive (If you dont have that, the backup should run, but without backup of files); AND if you enable it backup takes a) more time to run and restore b) way more space, so you should enable housekeeping
2009-08-27 12:46:12 +00:00
Klaus Leithoff
b0ba5cbf50
log invalid IP Loginattempts to the webservers error_log
2009-08-27 12:35:27 +00:00
Ralf Becker
07c3816a14
"added check for following php extensions:
...
- error if ctype is missing (required by HTMLpurifier)
- warning if mcrypt is missing (eTemplate form state)"
2009-08-14 09:48:49 +00:00
Nathan Gray
d160101c65
Make delete instance / domain checkbox actually remove the domain. DB still needs to be dropped manually.
2009-07-06 22:20:57 +00:00
Ralf Becker
1c94011502
"only delete header, if it does exist and is NOT writable (otherwise the header is owned by the user running the script)"
2009-06-21 12:34:02 +00:00
Ralf Becker
66451aa99d
"dont unlink header.inc.php for root user, as it get created again with owner root"
2009-06-18 21:21:20 +00:00
Ralf Becker
8fa0c12341
"also setting spellcheck_lang (no idea why this is a separate option)"
2009-06-14 10:37:01 +00:00
Ralf Becker
c0cab3f834
"improved default preferences
...
- setting country from lang
- setting dateformat for lang != en to 'd.m.Y'
- setting curreny for lang != en to 'EUR'"
2009-06-14 10:29:01 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
bf7e7889cf
if header is a symlink --> work on it's target
2009-05-31 09:51:57 +00:00
Ralf Becker
8a66799414
get exit codes for setup-cli working again (was broken in 1.6)
2009-05-31 08:15:11 +00:00
Ralf Becker
f14596e3b0
remove not used/needed css
2009-05-31 08:14:00 +00:00
Ralf Becker
3ec3c205ee
created a rpm post script to automatic install or update EGroupware:
...
- cleaned up exceptions in cli code (no need to log, as it goes direct to the user)
- regarding small rpm redirect header (< 200 bytes) as no header
- fixed wrong detected vars for cli install (eg. webserver_url)
- fixed egw_cache to not stall if system_charset is not yet in db
2009-05-30 20:15:31 +00:00
Ralf Becker
6503d6d0cc
- updated documentation
...
- add feature to allow apps to choose to be automatic installed on
updated: $setup_info[$app]['autoinstall'] = {true|'1.x.xxx'};
- run default_records.inc.php (if exists) also for apps without tables,
as they might need to initialise some stuff
2009-05-28 11:33:30 +00:00
Ralf Becker
e763445dee
"do NOT run an update, if none necessary"
2009-05-25 07:44:03 +00:00
Ralf Becker
6d72b2b297
- fixed in some cases not working setup-cli (domain not detected)
...
- make update a separat setup-cmd-object
- fixed handling of egw_exception_wrong_userinput, to not include a
trace (which is unneeded for regular input-validation)
2009-05-25 06:39:38 +00:00
Ralf Becker
02587c2153
"when directly calling cmd object:
...
- set domain as first argument, to select the right domain in header include
- allow to give 1-dimensional arrays on command line (like php does it with urls, eg. 'config[name]=value')"
2009-05-24 13:59:03 +00:00
Ralf Becker
2175ee37b0
"allow to call directly via setup-cli"
2009-05-24 13:41:39 +00:00
Ralf Becker
73bb5ca1c5
"small changes to get setup-cli working with current EGroupware"
2009-05-23 10:25:45 +00:00
Ralf Becker
9ebd2fab61
"new sub-command to drop database and user"
2009-05-21 22:16:09 +00:00
Oscar Manuel Gómez Senovilla
67b0a09c15
update spanish translation
2009-05-15 15:33:15 +00:00
Ralf Becker
e50f35cbad
"- error_reporting E_ALL
...
- fixed handling of session_save_path() returning nothing (was stalling the PEAR check AND failing)
- removed not longer necessary constants (defined now in common_functions.inc.php)"
2009-04-28 19:25:35 +00:00
Ralf Becker
aca05a32e3
using new check_load_extension function
2009-04-20 12:43:44 +00:00
Ralf Becker
bf036043b2
- making all methods of translation class static
...
- caching the phrases in new egw_cache on Tree level
--> a good speed improvment on my devel system
- also added a global function
check_load_extension($extension,$throw=false)
2009-04-20 11:59:39 +00:00
Ralf Becker
cddd95b571
allow to set language via setup-cli
2008-11-23 16:46:32 +00:00
Oscar Manuel Gómez Senovilla
12d6d29540
Support for Indonesian. Tracker #1832
2008-11-23 13:32:49 +00:00
Ralf Becker
6e3c8ceda2
"allow setting install-id and vfs-root-user"
2008-11-23 13:09:51 +00:00
Ralf Becker
d379065824
"need to use verbose parameter for restore too"
2008-11-23 13:09:16 +00:00
Oscar Manuel Gómez Senovilla
0ed6cda053
Update nl lang files
2008-11-23 08:30:49 +00:00
Oscar Manuel Gómez Senovilla
388c515883
preparing to sync current lang files before branching for 1.6. One more commit
...
expected meanwhile!
2008-11-22 11:05:43 +00:00
Ralf Becker
92c5157b90
add grant host to db creation
2008-11-18 19:58:11 +00:00
Ralf Becker
04c7f2a6cb
"new logo stored only under default"
2008-11-16 19:11:32 +00:00
Ralf Becker
fde8fc7b27
CAS (Central Authentication Service) login for eGroupware
2008-11-15 10:54:39 +00:00
Ralf Becker
5632e41d9e
- fix for bug #1813 : Setting files to world readable does not work.
...
- check and give error message if perms could not be changed
- added sudo feature to file preferences allowing to get VFS root access
+ setup config user/password can always be used
+ further eGW users can be configured in setup >> configuration
--> allows eg. to create free folders in the vfs root
--> should be used with caution and respect to users privacy
- added file preferences icon to opened directory (eg. for the root dir)
2008-11-09 16:33:09 +00:00
Ralf Becker
51cd3ec0ba
"fix for bug ##1815 - typo in database creation instructions for mysql"
2008-11-03 09:58:59 +00:00
Oscar Manuel Gómez Senovilla
7c3ab3ab8c
tracker #1774 , added estonian translation
2008-11-02 14:23:56 +00:00
Oscar Manuel Gómez Senovilla
def7784c71
Modifications for utf-8 and estonian language
2008-11-02 14:18:32 +00:00
Oscar Manuel Gómez Senovilla
3edee675a7
tracker #1812
2008-11-02 13:38:18 +00:00
Ralf Becker
fa73ad5339
Improved exception handling:
...
- exceptions get now always logged to the error_log
- in the webgui it's now configurable, if the message contains a
stacktrace (incl. function arguments) - default no (security)
- command line interfaces get detected and contain no html anymore
- webdav and groupdav send the exceptions as basic auth realms to the
client
- webdav and groupdav login failures contain the reason as part of the
basic auth realm
2008-10-26 12:13:01 +00:00
Ralf Becker
80324c6c63
"enabling the following GroupDAV and filemanager by default for the Default group"
2008-10-26 11:57:38 +00:00
Ralf Becker
59b4f49e58
fixed errors in creating the home dirs of standard groups in sqlfs during setup
2008-10-26 07:37:37 +00:00
Ralf Becker
214afe0bd5
datetime --> egw_datetime
2008-10-21 14:22:27 +00:00
Oscar Manuel Gómez Senovilla
504b096e06
latest update of egw translators pending work
2008-10-15 21:11:30 +00:00
Ralf Becker
3684010c3b
create home dir for admin created in setup
2008-10-14 16:08:32 +00:00
Ralf Becker
cd781c228c
Only check for smtp server. As Klaus is going to create an emailadmin
...
profile allowing the user to set there own profiles and signatures, if
no default imap server is defined in setup.
2008-10-14 14:34:41 +00:00
Ralf Becker
40f013181e
"set recommend php version to 5.2+"
2008-10-14 09:27:10 +00:00
Ralf Becker
2030c6a24a
"better handle the situation of an empty / dummy header in rpm files"
2008-10-13 06:03:32 +00:00
Ralf Becker
025b54917a
new translation and removing not longer used ones
2008-10-09 17:08:52 +00:00
Ralf Becker
cb45f661a2
fixed typo session_handler
2008-10-09 16:45:53 +00:00
Ralf Becker
b6996bee01
reworked manageheader:
...
- removed include_root (is now always identical to server_root)
- removed mcrypt_version (not relevant to todays php versions)
- replaced session_type with session_handler
- look is now a bit more like setup and eGroupware itself
--> updated header-version to 1.29 forcing everyone to update
2008-10-09 16:22:42 +00:00
Oscar Manuel Gómez Senovilla
8ed57c413b
tracker #1747
2008-10-05 19:24:49 +00:00
Ralf Becker
9e3281799f
Allow to change the where VFS stores the content of files:
...
1. filesystem (default)
2. database (problems with files > 1mb)
3. custome set via filemanager/cli.php mount
--> If you can only access the docroot, you can use 2. AND set the files
directory to the path for temp. files
2008-10-02 15:30:44 +00:00
Ralf Becker
8d7c57e253
small fix
2008-10-02 15:27:39 +00:00
Ralf Becker
dd50a906a2
Patch from Raphael Alla allowing to specify mysqlt direct in header-admin
2008-09-27 06:56:36 +00:00
Ralf Becker
da43ab71f8
"- calling setup_header methods via magic __call method, to allow classes to extend this command and alow overwrite the setup_header methods
...
- added new session-handler config var"
2008-08-20 09:01:29 +00:00
Ralf Becker
93112e0277
phpDoc headers
2008-08-20 06:04:28 +00:00
Ralf Becker
9d2016ebf6
- php5 static and protected for egw_framework
...
- new feature allowing apps to specify with index-page and icon to use
--> allows to install sitemgr-link icon without an extra application
(which was a symlink and got lost in every version upgrade)
2008-08-18 09:00:19 +00:00
Ralf Becker
5447cd6a6d
"setting currentapp='setup' for setup"
2008-08-13 07:19:32 +00:00
Oscar Manuel Gómez Senovilla
b8df48b6f4
updated spanish translation
2008-08-05 19:13:53 +00:00
Ralf Becker
0587f0585d
added PEAR HTTP_WebDAV_Server, PDO and file-upload checks plus missing translations
2008-08-05 06:23:52 +00:00
Oscar Manuel Gómez Senovilla
f98569ee85
Updated russian translation ( #1658 ) and some spanish updates
2008-08-03 19:07:15 +00:00
Oscar Manuel Gómez Senovilla
77f63b4c00
updated russian translation
2008-07-29 20:40:02 +00:00
Oscar Manuel Gómez Senovilla
241e844f4b
Resulting lang files after applying the "Search for new phrases" in translation tools for every app
2008-07-26 21:59:22 +00:00
Oscar Manuel Gómez Senovilla
e6a0bc30a9
tracker #1511
2008-07-25 21:22:37 +00:00
Stefan Becker
3485f97e90
"Patch for IE 6/7 PNG bugfix on setup template"
2008-07-22 09:26:27 +00:00
Ralf Becker
b5c28fba48
1. NTLM Single Sign ON
...
NTLM SSO removes Windows users on a PC, which is a member of a Windows
domain and who are logged into that domain, from the need to explicitly log
into eGW. They simply point IE to the eGW URL (eg. http://domain.com/egroupware/ )
and start working. They can of cause explicitly log out and log in as an
other user.
For more information look at the README at
http://www.egroupware.org/viewvc/trunk/phpgwapi/ntml/README
2. different authentication for SyncML and/or GroupDAV
You can now use eg. an external auth provider for the login via the
WebGUI (eg. ADS) and the passwords stored in SQL for SyncML.
2008-07-16 09:29:13 +00:00
Ralf Becker
f4d11dc778
"fix from Frank Jas, Ontelix for renamed emailadmin bo class"
2008-06-30 07:50:29 +00:00
Ralf Becker
6b631a3dd0
"removed debug messages (error_log)"
2008-06-18 20:00:25 +00:00
Klaus Leithoff
01c02fe075
bugfix: missed that emailadmin.bo while doing the class rename
2008-06-09 06:23:53 +00:00
Klaus Leithoff
f4f0470b16
general stuff:
...
--------------
-emailadmin classnames
YOU MAY HAVE TO RUN "SEARCH AND REGISTER ALL HOOKS OF ALL APPLICATIONS"
2008-06-05 14:08:17 +00:00
Ralf Becker
a5a7c2d30e
Additional password crypt types for ldap:
...
- MD5_CRYPT (9 char salt prefixed with $1$)
- BLOWFISH_CRYPT (16 char salt prefixed with $2$)
- EXT_CRYPT (9 char salt, no prefix)
2008-05-31 06:25:04 +00:00
Ralf Becker
1ab52586bd
"fixed fatal error \"Exception thrown without a stack frame in Unknown on line 0\", if DB does not exist when calling setup"
2008-04-01 09:16:03 +00:00
Ralf Becker
ea3ae107d1
added minimal egw object (egw_minimal), which is shared between egw and setup
2008-03-22 09:29:29 +00:00
Ralf Becker
d36c179645
fixed account-migration to work with current accounts-class
2008-03-06 20:02:30 +00:00
Ralf Becker
a53b69af40
setting the session.save_path to /tmp only for session.save_handler=files and !is_writable(session.save_path)
2008-03-06 06:03:18 +00:00
Nathan Gray
c53cf5cee5
Allow applications with setup in their name to be setup
2008-02-27 16:07:35 +00:00
Ralf Becker
c27c36286e
allow to call command objects via setup-cli
2008-01-14 05:44:32 +00:00
Oscar Manuel Gómez Senovilla
f3cd85add5
periodical lang updates from translators
2007-12-22 21:39:38 +00:00
Oscar Manuel Gómez Senovilla
71fbe90a15
tracer #1370 for farsi
2007-12-22 10:28:44 +00:00
Ralf Becker
86621d7fe2
moved randomstring method to admin_cmd
2007-12-22 03:21:07 +00:00
Ralf Becker
125c300182
fixed detection of running inside eGroupWare, as debian package sets up a header.inc.php without domains, also allow to access header with password direct specified and not as hash (secret)
2007-12-21 01:54:20 +00:00
Ralf Becker
ed4a2eabd0
returning install_id too
2007-12-21 01:51:47 +00:00
Ralf Becker
d74bd8e3aa
reworked the access for showheader comand a bit
2007-12-18 23:13:59 +00:00
Ralf Becker
86001bea68
changing the way the account object gets instanciated again a bit, as the new setup stuff wasnt working fully after the last fix
2007-12-14 01:28:33 +00:00
Ralf Becker
6651f0efc4
fixed problem in setup, because of not instanciated account object
2007-12-13 23:46:44 +00:00
Ralf Becker
1c2a564c14
fixed problem in setup, because of not instanciated account object
2007-12-13 23:42:17 +00:00
Ralf Becker
e3a9dc646f
- installs can now be switched before the install happens to ldap, so all default records get created (eg. sitemgr is working)
...
- new setup command to create an admin user, used eg. from setup-cli.php
2007-12-13 02:41:55 +00:00
Ralf Becker
f750f112f3
check against own filename
2007-12-12 02:21:00 +00:00
Ralf Becker
573e27ad2e
"egw_db::create_database gives no returnvalue, so we need to test the new db by connecting to it"
2007-12-11 01:43:18 +00:00
Ralf Becker
f0e0d84e55
next step config is now also a command object and added better&shorter passwords
2007-12-11 01:28:07 +00:00
Ralf Becker
ab3c470388
moved check_dir to setup_detection, to have it available inside and outside of setup
2007-12-11 01:15:02 +00:00
Ralf Becker
0276cfae19
new setup command object to install, used in setup-cli so far
2007-12-10 04:59:01 +00:00
Ralf Becker
f2cf788aea
docu update and commented some error_log, which mess up the output of the command line client
2007-12-10 04:54:57 +00:00
Ralf Becker
1a743d658d
E_ALL notice
2007-12-09 22:54:26 +00:00
Ralf Becker
3a6b8ce799
typo
2007-12-09 22:48:53 +00:00
Ralf Becker
e1c115d310
docu update
2007-12-09 19:00:16 +00:00
Ralf Becker
fc1ce1fa71
removed copy of Template object in setup, using the one in the api
2007-12-09 08:03:56 +00:00
Ralf Becker
b96ebc16fc
new command objects to install an instance: create database, ldap structur, create/edit header (used by setup-cli too)
2007-12-09 08:03:15 +00:00
Ralf Becker
1151deace4
added option to showheader command to only transfer the remote_hash and not the whole header
2007-12-07 00:07:08 +00:00
Ralf Becker
cae8bb40a8
added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception
2007-12-06 08:00:41 +00:00
Ralf Becker
4f77162f64
first version of a setup command that can run via admins remote command execution
2007-12-05 02:27:49 +00:00
Ralf Becker
fa67b52bd3
"only check session.save_path if session.save_handler == files"
2007-11-27 00:36:25 +00:00
Ralf Becker
4b4922c589
"show the red cross if any app needs upgrading"
2007-11-23 17:01:30 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Oscar Manuel Gómez Senovilla
d9e1677b86
lang updates
2007-11-09 16:57:30 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Ralf Becker
90f39cef39
"encryption" type plain for sql and ldap, to allow to store the passwords readable
2007-11-06 11:16:34 +00:00
Ralf Becker
c8eec1ae36
"fixed not working language selection after changeing the lang-filenames from phpgw_XX.lang to egw_XX.lang"
2007-10-31 07:50:56 +00:00
Klaus Leithoff
4005da15d2
added more Info to setup-cli --check; List applications that are not installed.
2007-10-23 08:20:31 +00:00
Oscar Manuel Gómez Senovilla
7bbfae68c6
Changes in setup to handle egw_ prefix in lang files
2007-10-14 16:13:50 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Klaus Leithoff
dbb52a6231
Small Bugfix for the call of the setup-cli.php script. When checking the enviroment as command-line call DOCUMENT_ROOT is not set. The empty string
...
results in an error stating, that the path provided for tmp/file/backup is in DOC_ROOT. This is fixed now.
2007-09-19 12:26:02 +00:00
Klaus Leithoff
319f1ee907
Small Bugfix for the call of the setup-cli.php script. When checking the enviroment as command-line call DOCUMENT_ROOT is not set. The empty string
...
results in an error stating, that the path provided for tmp/file/backup is in DOC_ROOT. This is fixed now.
2007-09-19 12:23:07 +00:00
Oscar Manuel Gómez Senovilla
dec28cbe89
spanish lang updates for trunk
2007-09-16 14:35:58 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Ralf Becker
7308e918a6
bugfix from trunk (warning in check_install line 184) and set checked memory_limit to 24M, as 16M cries for problems, also added missing translations
2007-08-31 07:01:22 +00:00
Ralf Becker
45e3088505
set checked memory_limit to 24M, as 16M cries for problems, also added missing translations
2007-08-31 06:59:32 +00:00
Ralf Becker
0abbc55c49
fixed bug reported on the user list: Warning wrong data type in line 184, added ldap extension check as it seems for many a surprise that ldap/ads auth needs it ;-)
2007-08-31 06:49:17 +00:00
Ralf Becker
7d9c3661aa
"allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail"
2007-07-12 05:48:55 +00:00
Ralf Becker
a7cecfe600
"allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail"
2007-07-12 05:47:21 +00:00
Ralf Becker
3c2fe33a23
fix for old pear installs without registry: packages from egw-pear get not reported if checked first
2007-06-25 10:01:39 +00:00
Ralf Becker
224564e780
"fix for old pear installs without registry: packages from egw-pear get not reported if checked first "
2007-06-25 10:00:25 +00:00
Ralf Becker
f07036567f
fix for bug in pear's Registry class, check causes check_install.php to run forever, if the registries install_dir does NOT exist
2007-06-14 18:58:38 +00:00
Ralf Becker
d80b9bd377
"fix for bug in pear's Registry class, check causes check_install.php to run forever, if the registries install_dir does NOT exist"
2007-06-14 18:56:53 +00:00
Ralf Becker
ee5bc9f0e7
fixed typo, causing the account_repository not to be read and therefor displays the wrong conversation direction
2007-06-13 07:59:42 +00:00
Ralf Becker
4730e500a6
"fixed typo, causing the account_repository not to be read and therefor displays the wrong conversation direction"
2007-06-13 07:57:24 +00:00
Ralf Becker
5b6f6cb090
fixed not working account-mirgration from LDAP --> SQL
2007-06-11 12:17:55 +00:00
Ralf Becker
f03dce0a4d
"fixed not working account-mirgration from LDAP --> SQL"
2007-06-11 12:17:03 +00:00
Oscar Manuel Gómez Senovilla
3f192310f1
Fix for 1.4 for polish lang file
2007-06-04 15:50:46 +00:00
Oscar Manuel Gómez Senovilla
d0cae79385
Fix for polish translating the charset phrase
2007-06-04 13:36:28 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
f6552713ca
"fix for bug #804 : PEAR include failing -> no message, thanks to regis leroy"
2007-05-28 11:46:47 +00:00
Ralf Becker
cbb98a4f44
"removed possebility to select POP in setup"
2007-05-25 18:35:57 +00:00
Ralf Becker
95dce07346
"bugfix see patch #791 : Syntax error in setup"
2007-05-23 06:44:38 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Ralf Becker
ca570bd16b
creating new db's in MySQL allways as utf-8
2007-05-15 06:38:05 +00:00
Ralf Becker
a33f2ab12c
fix for bug #518 :
2007-05-08 11:44:43 +00:00
Ralf Becker
1e0f7c71e8
allow to uninstall apps with dependency failures or which sources are no longer there, plus some missing translations
2007-05-08 09:53:11 +00:00
Ralf Becker
a9c94a4d3d
worked around stupid php5.2 empty haystack warnings
2007-04-30 05:33:48 +00:00
Ralf Becker
0cd6ab53b4
worked around stupid php5.2 empty haystack warnings
2007-04-29 15:13:54 +00:00
Ralf Becker
be4c3f44d1
"fixed check_install to deal with old PEAR versions, where the PEAR_Config object does not have a getRegistry method.
...
Falling back to the old check which does not give the version number, is better then a fatal error."
2007-04-26 06:17:41 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Oscar Manuel Gómez Senovilla
532182fa41
latest lang updates
2007-04-05 22:53:35 +00:00
Pim Snel
eb4efca847
add missing spacer image
2007-03-28 12:50:13 +00:00
Lars Kneschke
f05bc701a6
reverted to revision 23513
2007-03-19 09:53:03 +00:00
Lars Kneschke
d14d8c7663
merged from trunk
2007-03-19 09:13:57 +00:00
Miles Lott
bdfcc82351
Applied patches from OMGS #61 . Also added nulling of membership key to try to avoid ldap issues on group creation.
2007-03-13 03:20:53 +00:00
Oscar Manuel Gómez Senovilla
976edfb561
portuguese updates
2007-03-11 17:08:54 +00:00
Oscar Manuel Gómez Senovilla
b45d2879c8
A lot of pending lang updates
2007-02-25 22:14:48 +00:00
Oscar Manuel Gómez Senovilla
0a92dce43c
Fix for show domain select box not working
2007-02-25 09:45:06 +00:00
Miles Lott
8d1efd030d
Fix download of tables_current
2007-02-14 14:26:38 +00:00
Miles Lott
85daf5f726
Fix incorrect call to show_header(). Skipped apps with no tables_update file
2007-02-14 14:08:55 +00:00
Lars Kneschke
aa55c600be
run both pathnames trough realpath to compare equal names
2007-02-11 12:04:15 +00:00
Oscar Manuel Gómez Senovilla
d63ead0662
lang files for setup
2007-01-21 11:30:15 +00:00
Oscar Manuel Gómez Senovilla
7cb034e071
patch 188 and lang updates
2007-01-05 00:13:14 +00:00
Pim Snel
fe5449397a
fix sidebox menu width
2007-01-03 14:41:13 +00:00
Ralf Becker
5a397b7acb
imporved pear_check:
...
a) check the version of required pear packages, if given in the key 'version'. It uses the pear registry for that.
b) if 'egw-pear' exists AND included the package, it allways fullfils the requirements
2007-01-01 14:33:43 +00:00
Oscar Manuel Gómez Senovilla
0597fc6cd9
pending lang updates, and gallery translations
2006-12-26 22:20:54 +00:00
Ralf Becker
1ad800edd0
added --encoding=utf-8 to the db creation instructions for postgres
2006-12-16 08:20:41 +00:00
Ralf Becker
2922950552
removed outdated docs, thanks to Thomas Koch
2006-12-12 10:55:17 +00:00
Oscar Manuel Gómez Senovilla
078d5816bd
massive pending language updates
2006-12-09 22:21:27 +00:00
Oscar Manuel Gómez Senovilla
b15ced10a5
pending additions and updates
2006-11-20 00:28:56 +00:00
Oscar Manuel Gómez Senovilla
e403dc2670
lang updates
2006-11-19 15:21:31 +00:00
Ralf Becker
e065856c7e
automatically adding brackets around the ldap-search-filter, if the admin forgets it
2006-11-12 19:23:28 +00:00
Ralf Becker
a747ced726
added a "function exists" check
2006-11-07 06:39:55 +00:00
Ralf Becker
a3ff8f3b2d
added a "function exists" check
2006-11-07 06:32:00 +00:00
Oscar Manuel Gómez Senovilla
c6a16f6424
Adding Hindi language to list
2006-11-06 23:10:36 +00:00
Ralf Becker
92474ad4ca
fixed not settable minutes for sheduling backups
2006-11-06 13:30:40 +00:00
Oscar Manuel Gómez Senovilla
6fe1eec825
several language updates, including polish
2006-10-12 08:29:57 +00:00
Ralf Becker
dc69445754
fixed typo, causing the account-migration to to migrate from SQL --> LDAP
2006-10-01 10:49:30 +00:00
Ralf Becker
c0effaf429
fixing the fix ;-)
2006-09-19 07:00:57 +00:00
Ralf Becker
3fa9f71fc4
forbit to call setup-cli.php via the webserver
2006-09-18 09:28:51 +00:00
Oscar Manuel Gómez Senovilla
963f29d859
lang updates
2006-09-16 15:48:46 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Ralf Becker
72b1b39de6
an other bug in the multi-domain-update: schema_proc was still working on the db-connection of the other domain. Fixed now too
2006-08-30 12:58:37 +00:00
Ralf Becker
3cd3484c2f
fixed big bug in setup-cli on updating multiple domains: only the update on the first domain run correct, the further domains only get the version-number upgraded, but not the schema. This is fixed now.
2006-08-30 04:48:56 +00:00
Ralf Becker
90b8c3e5fd
errors were not output, because of a missing echo
2006-08-30 04:47:28 +00:00
Ralf Becker
14c00ccf56
moved SyncML install checks from check_install to the SyncML app
2006-08-20 10:12:36 +00:00
Ralf Becker
01deaaef79
killed a warning
2006-08-15 17:00:12 +00:00
Ralf Becker
4ab9783482
killed a few warnings for error_reporting = E_ALL
2006-08-06 05:37:42 +00:00
Oscar Manuel Gómez Senovilla
33310098b9
lang updates
2006-07-31 16:20:28 +00:00
Oscar Manuel Gómez Senovilla
dab5e19ef8
massive lang update
2006-07-16 07:13:01 +00:00
Ralf Becker
6a0bd14bac
- auth_type get's only used if account_repository is not set
...
- LDAP --> SQL: account-contact-data is now written
2006-07-13 17:42:09 +00:00
Ralf Becker
ba2ff67fbf
changed smtp-password input to type password, thanks to Flavio Henrique for the info
2006-07-13 15:07:59 +00:00
Ralf Becker
2dac413bc8
forget to remove test-comments
2006-07-09 18:49:02 +00:00
Ralf Becker
9b32a9ac76
installation check if session.save_path is writable by the webserver: might help people who cant log into eGW because of "session could not be verified"
2006-07-09 18:39:01 +00:00
Ralf Becker
6b327c6c4f
creating of eg. the files-dir was only tried if the parent dir was writable, which failed if it does not yet exist
2006-07-09 17:24:43 +00:00
Ralf Becker
5fb740f401
some fixes for new installs:
...
- acl of the anon user gets now set correct
- nopasswordchange ACL for groups get no longer set
- nopasswordchange ACL for user gets only set to 1 (no 0), as in admin
2006-07-09 17:23:35 +00:00
Ralf Becker
8541487029
a bit more sophisticated session create
2006-07-09 07:13:03 +00:00
Ralf Becker
11a9afc1ba
fixed setup to deal with proxies: behind a non-transparent proxy the cookie domain was wrong, which cause the browser to refuse the setup cookies, which throw you always back to setup login
2006-07-09 06:55:35 +00:00
Cornelius Weiß
d6d795aff7
fix typo found by Ageless
2006-06-28 16:50:05 +00:00
Ralf Becker
8383d58c50
reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table
2006-06-23 01:27:40 +00:00
Ralf Becker
16c087b605
- setup-cli can now set/change the default EMailAdmin profile
...
- setup-cli --help has now subsections for header and config
2006-06-22 03:40:18 +00:00
Ralf Becker
9009a314a8
moved gdcheck to projectmanager and projects
2006-06-20 23:08:36 +00:00
Ralf Becker
772d883290
check_install reads now further checks from the setup.inc.php file of the apps
2006-06-20 23:00:55 +00:00
Ralf Becker
20032be59d
fixed migration (was for testing purpose fixed to LDAP --> SQL)
2006-06-16 01:07:36 +00:00
Ralf Becker
7b6a2cd289
changing the setup manual url to manual.egroupware.org, as otherwise the www-redirect on egroupware.org removes the get-params
2006-06-10 16:02:00 +00:00
Ralf Becker
dc7c3c2be1
fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs
2006-06-10 16:00:26 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57
langs update, trying to fix the phpgwapi/phpgw_fr.lang problem
2006-06-09 05:09:06 +00:00
Ralf Becker
e8be3ed748
fixing the fix: -2 has nothing to do with the default group, it is the id for the default prefs
2006-06-09 03:19:54 +00:00
Ralf Becker
6b2d5676f9
- using new accounts::save instead accounts::create
...
- not setting change password acl for groups
2006-06-08 21:11:07 +00:00
Ralf Becker
f397d26d2e
default group was hardcoded to -2, which is only the case for a first time sql install
2006-06-08 21:09:36 +00:00
Ralf Becker
0dd337839c
removed old ldap stuff
2006-06-08 21:08:11 +00:00
Ralf Becker
dd75d3ea34
some more missing translations
2006-06-08 21:07:39 +00:00
Ralf Becker
2c8844b77c
view --> few patch
2006-06-08 21:05:44 +00:00
Ralf Becker
11e8e4feaa
view --> few patch, thanks to Adi Kriegisch
2006-06-08 19:50:31 +00:00
Ralf Becker
be90415db3
setup translations
2006-06-08 05:22:19 +00:00
Ralf Becker
a7ecb209a9
- new account-migration script which replace the former import and export
...
- retired the modifiy script as it's no longer necessary
- removed references and translations of the old scripts
- removed ldap version 3 switch from config
2006-06-07 23:10:06 +00:00
Cornelius Weiß
51ca785916
add autologin for anonymous user as we need to have on community.egroupware.org
2006-06-07 14:52:10 +00:00
Ralf Becker
df3fb3b9ac
rewrite of the accounts classes:
...
- new cleaner AND documented interfaces
- old interfaces are still availible, but depricated
- LDAP backend stores now membership information in LDAP too, and does NO longer require the phpgwAccount schema
- LDAP backend deals now well with LDAP schema in which posixGroup is no structural object (eg. newer SuSE distros)
- password from users are done now binded as that user, so if you dont need/use our admin to manage accounts, you can give a root-dn which only allows to search&read accounts
2006-06-06 23:44:50 +00:00
Oscar Manuel Gómez Senovilla
c7007dbca6
rest of massive update
2006-06-03 20:30:48 +00:00
Ralf Becker
fbd2895b99
fixed not working import of SQL groups (incl. memberships now)
2006-06-03 19:32:54 +00:00
Ralf Becker
408a951b23
small fix to be able to upgrade a pre 1.2 header
2006-06-03 14:45:49 +00:00
Ralf Becker
5fa113916e
fixed not working --webserver-url option, it even sets empty URL for eGW installed in the docroot now
2006-06-01 03:53:07 +00:00
Ralf Becker
478c9ab8e2
fixed not working --config (after last changes) and added output of (basic) current config
2006-05-31 17:21:25 +00:00
Ralf Becker
7690dd10f7
fixed smal prob with non existing header
2006-05-31 01:55:13 +00:00
Ralf Becker
b868fa4be7
some more setup-cli stuff:
...
- install needs a password now
- translations for en & de
- password can entered via command-line or env.variable
- installing a backup should work now
2006-05-31 00:27:15 +00:00
Ralf Becker
6a595dc541
quitened a debug-message
2006-05-31 00:23:31 +00:00
Ralf Becker
55b9797a59
got setup command line interface fully working:
...
- create, edit & update the header
- install & update eGW
- config eGW
- create admin account
- install & update languages
- create & restore (install) backups
---> update, languages & backup can work for all domains at once
---> for use in 1.2 you have to update/switch the whole setup app to HEAD/trunk
2006-05-29 02:56:16 +00:00
Ralf Becker
1a3b8761a6
first step to new setup command line interface (setup/setup-cli.php):
...
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-28 00:55:41 +00:00
Ralf Becker
db4a9e00e5
first step to new setup command line interface (setup/setup-cli.php):
...
- atm. all manageheader functionality is accessible
- reworked manageheader.php using the new setup_header class shared with setup-cli.php
=> install & update via cli is comming the next days
Works in 1.2 if you drop setup-cli.php and class.setup_header.inc.php in a 1.2 install.
2006-05-27 23:59:41 +00:00
Miles Lott
93f7c8ca2b
Fix spelling in display of config page
2006-05-17 06:15:48 +00:00
Pim Snel
55a310e678
cleaned up the header manager. More setting descriptions better lay-out
2006-05-15 20:06:23 +00:00
Oscar Manuel Gómez Senovilla
a2c7927269
lang updates
2006-05-01 23:09:26 +00:00
Oscar Manuel Gómez Senovilla
55bfc4fac2
weekend lang updates
2006-04-24 09:44:22 +00:00
Oscar Manuel Gómez Senovilla
13ac7660a1
lang updates, including english for some phrases in admin and preferences
2006-04-20 23:17:20 +00:00
Ralf Becker
8427a186d8
fixed typo
2006-04-09 10:54:46 +00:00
Oscar Manuel Gómez Senovilla
5afb077bca
lang updates
2006-04-08 23:08:29 +00:00
Ralf Becker
77f5b766bd
added online help to setup
2006-04-06 11:19:56 +00:00
Oscar Manuel Gómez Senovilla
5bef910835
pending commits after CVS problem
2006-04-05 12:18:58 +00:00
Oscar Manuel Gómez Senovilla
a6a7b0b7d5
catalan and other updates
2006-03-25 10:49:56 +00:00
Oscar Manuel Gómez Senovilla
8010dab588
*** empty log message ***
2006-03-23 23:16:54 +00:00
Ralf Becker
9fd986a845
marked VFS as default and VFS2 as EXPERIMENTAL
2006-03-22 07:11:02 +00:00
Ralf Becker
f0023de1a7
marked VFS as default and VFS2 as EXPERIMENTAL
2006-03-22 07:03:03 +00:00
Oscar Manuel Gómez Senovilla
f84be88515
*** empty log message ***
2006-03-16 22:32:12 +00:00
Oscar Manuel Gómez Senovilla
79e7e246f9
*** empty log message ***
2006-03-16 19:06:10 +00:00
Cornelius Weiß
b97f701d05
added an optinal check for a save^tm password (criterias as in MS-Windows)
2006-03-13 21:56:28 +00:00
Ralf Becker
ef14c49e04
- fixed files-directory check for webdav
...
- fix to keep your settings on a validation error
- make Option filesystem translatable
2006-03-08 09:41:53 +00:00
Ralf Becker
e3cbf9a4c9
- allow to bypass check_install
...
- message how to install PEAR::Log (pear install Log)
2006-03-08 09:39:42 +00:00
Lars Kneschke
e890029659
Generate some "out of the box" useable settings
...
Takes LSB into account
2006-03-05 08:57:16 +00:00
Lars Kneschke
1c4381c178
cosmetic change only
...
only root has the # sign
2006-03-05 08:01:28 +00:00
Lars Kneschke
92e1cda84a
fixed some spelling errors
...
su does not have a -l parameter under Gentoo, Debian and Solaris
but using only - is ok on any distribution
2006-03-05 07:58:12 +00:00
Miles Lott
5f9d52623c
Fix minor bug in lang() for common, and update setup's version to match common
2006-02-24 03:06:40 +00:00
Oscar Manuel Gómez Senovilla
271364abf1
slovak updates
2006-02-24 01:08:15 +00:00
Oscar Manuel Gómez Senovilla
84c8db4e8b
slovensky (sk) additions and some updates
2006-02-18 03:06:35 +00:00
Oscar Manuel Gómez Senovilla
2f0ec5f3a9
slovenian and slovak fix
2006-02-15 00:28:16 +00:00
Oscar Manuel Gómez Senovilla
52e8f4437d
small typo in setup lang file
2006-01-12 11:05:56 +00:00
Oscar Manuel Gómez Senovilla
bba1a9ecc5
fix for charset problem
2006-01-08 13:10:54 +00:00
Carsten Wolff
99cb0bd567
fixed a handfull of bugs that broke setup/update from 1.0 to 1.2
2006-01-06 16:21:51 +00:00
Oscar Manuel Gómez Senovilla
36f4261835
chinese updates
2005-12-30 16:07:29 +00:00
Oscar Manuel Gómez Senovilla
46fe9eadbe
basque inclusion
2005-12-24 01:52:18 +00:00
Lars Kneschke
8880080d23
use negative groupid
2005-12-16 07:10:42 +00:00
Lars Kneschke
cbaed98f08
use negative groupvalues
...
remove debug output
2005-12-16 07:09:15 +00:00
Ralf Becker
9e246a9661
- disabled uninstall of the api
...
- not installed apps are shown without (error)-icon now, as it's means to most people they have to install everything
2005-12-14 23:30:43 +00:00
Oscar Manuel Gómez Senovilla
cbbd5866de
updates for late RC4 :(
2005-12-03 01:01:27 +00:00
Ralf Becker
341eb15afb
fixed not working system-charset conversation (now removed) with backup and re-install of backup with a different charset. A setable client encoding is used if availible.
2005-12-01 23:18:07 +00:00
Ralf Becker
1f8f71de35
fix for not working setup under some versions / compilations of php4
2005-12-01 15:23:49 +00:00
Ralf Becker
7b2b823835
- setup uses now the system_charset, that fixes various errors reported:
...
+ setup_demo gives errors under postgres
+ setup_demo can save special chars in the admin name
- renamed setup_demo into admin_account, as setting up demo accounts is the least used function of it
- fixed warning db::delete missing params, if delete_all was checked
2005-11-27 07:48:22 +00:00
Ralf Becker
e7000f3877
added home and replaced email with felamimail
2005-11-25 20:31:12 +00:00
Ralf Becker
2ee5b02448
fixed bug reported on the list: using (constant) returnvalue as reference is not possible in php4
2005-11-25 09:21:42 +00:00
Ralf Becker
2b083935ec
fixes for negative group-id and others
2005-11-24 20:49:23 +00:00
Ralf Becker
0a9adb0389
a new look for the 1.2
2005-11-24 15:01:27 +00:00
Ralf Becker
759a50c8c6
fix for 2-digit version-numbers (dependency on 1.2 is ok with a 1.2.xxx version)
2005-11-24 13:07:57 +00:00
Oscar Manuel Gómez Senovilla
0e16ad0dc5
spanish updates for 1.2rc2 (hopefully)
2005-11-24 12:13:55 +00:00
Oscar Manuel Gómez Senovilla
d038701dcb
traditional chinese update
2005-11-24 10:25:38 +00:00
Ralf Becker
6100a04ecf
added check for required php version 4.3+
2005-11-22 18:29:51 +00:00
Ralf Becker
cde824505e
fixed bug of not written domains under windows with new php's:
...
It's a bit obscure:
$deletedomain='';
$domain='default';
isset($deletedomain[$domain]) === true
under linux this is NOT true
fixed it by using: is_array($deletedomain) && isset($deletedomain[$domain])
2005-11-20 12:43:50 +00:00
Ralf Becker
5bf7cc575c
removed misleading insanity message, as suggested by omgs
2005-11-20 10:32:35 +00:00
Ralf Becker
fb3c622ddf
- removed not working db+user creation under postgres
...
- added "working" explenation how to create a db, user und the necesary rights under postgres
- manageheader: renamed Domain --> Database instance (eGW Domain)
- manageheader: added further explenation of the host-field for Postgres and ODBC/MaxDB
2005-11-19 20:32:00 +00:00
Ralf Becker
3b8febb076
1) fixed not working detection of a connection to the db (postgres)
...
2) fixed detection of table-names with mixed case, which get returned in lowercase
2005-11-19 20:28:39 +00:00
Cornelius Weiß
d4b865c1bd
fix: removed debug messages
2005-11-17 10:41:42 +00:00
Ralf Becker
30859798d1
fixed wrong $this->db instead of $db in error-message
2005-11-15 19:10:11 +00:00
Ralf Becker
48a95410db
added enhanced validation hooks for:
...
- tmp-dir (writable)
- files- & backup-dir (writable, not in docroot)
- mailserver configuration (also syncs the values with emailadmin)
2005-11-14 14:51:58 +00:00
Ralf Becker
4b918f5b98
system charset can now be selected before the db gets created and it gets used now for the db-creation in mysql4.1+, also enabled the automatic db-creation for mysqlt and mysqli too
2005-11-14 08:38:21 +00:00
Ralf Becker
e139353781
changed 'makesure' into a complete message_id, so you get something usefull, even if it's not translated
2005-11-14 08:32:03 +00:00
Oscar Manuel Gómez Senovilla
0e6d8054f2
slovenian update
2005-11-13 23:23:16 +00:00
Oscar Manuel Gómez Senovilla
dccb3b29ef
spanish updates for 1.2 rc1
2005-11-13 21:22:11 +00:00
Oscar Manuel Gómez Senovilla
5c9dcc3194
Traditional chinese (Taiwan) completion
2005-11-13 10:38:23 +00:00
Ralf Becker
1f37f024ca
phpgw_access_log --> egw_access_log
2005-11-13 09:47:05 +00:00
Ralf Becker
f6e4328f85
phpgw_(app_)sessions --> egw_(app_)sessions
2005-11-13 09:16:31 +00:00
Ralf Becker
44bcc1247d
improved docu of prefs class and phpgw_preferences --> egw_preferences
2005-11-13 07:49:56 +00:00
Ralf Becker
8a06c230c4
modernized and documented the hooks-class, phpgw_hooks --> egw_hooks
2005-11-13 06:58:38 +00:00
Oscar Manuel Gómez Senovilla
71cfbad789
misc lang updates
2005-11-07 08:32:02 +00:00
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