Ralf Becker
b30b060151
* Calendar: fixed not working freetime search caused by not mbstring.func_overload supporting xajax libary
2011-05-27 08:31:53 +00:00
Ralf Becker
d68b289093
* Calendar/CalDAV: fixed wrong line-defolding, if folding occured in whitespace
...
reverting r29794, as it "eat" to much whitespace
2011-05-26 15:36:26 +00:00
Ralf Becker
6f8406f93f
do not restore install_id, as that would give two systems with identical install_id
2011-05-07 17:11:11 +00:00
Ralf Becker
557c943914
* InfoLog: fixed not working link-search (Parameter 2 to infolog_bo::link_query() expected to be a reference)
...
by merging r28803, r28855 and r31233 from Trunk
2011-05-06 11:59:26 +00:00
Klaus Leithoff
e57eb8d891
fixing a problem of swallowed whitespace while converting html to text
2011-05-05 09:04:26 +00:00
Ralf Becker
9e8fe54da3
password hash migration for LDAP (requires ACL to read password hash!)
2011-05-04 16:39:03 +00:00
Ralf Becker
0f73285f87
* setup/login: fixed not working password (hash) migration
2011-05-04 13:37:43 +00:00
Ralf Becker
2ca98f1fa3
- fixed with ssha not working migration from sql <--> ldap
...
- using 16 char salt for ssha and smd5 as eclipse ldap admin does
- remove auth::hash_sql2ldap() method, as it is now in setup/inc/class.setup_cmd_ldap.inc.php
- added ability to create uid dn in setup_cmd_ldap subcommand create_ldap
2011-05-04 09:46:18 +00:00
Ralf Becker
897ea9216f
* Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
...
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:56:09 +00:00
Ralf Becker
d4ead55c50
* PostgreSQL/EMailAdmin: fixed not storable EMailAdmin profiles
...
reverted part of r34602, which converted boolean values to true/false
2011-04-29 10:35:10 +00:00
Klaus Leithoff
415b492f18
merge forgotten function splithtmlbyPRE into 1.8. Was introduced accidentally by Ralf while merging in for rev34580: fixed not working deinstall of languages
2011-04-19 07:49:04 +00:00
Ralf Becker
2dc0739b2c
* Preference: fixed PHP Fatal error: Cannot use string offset as an array on line 550, by importing preference class from trunk
2011-04-19 06:47:26 +00:00
Ralf Becker
e73a648c20
merged r32022+r34597: some PostgreSQL stuff from ADOdb 5.11
2011-04-10 15:20:04 +00:00
Ralf Becker
52d70b90c1
patch #2932 : allow PostgreSQL unix domain sockets
2011-04-10 12:29:29 +00:00
Ralf Becker
85a86ce698
* Calendar/API: fixed not working dateformat d-M-Y with French language (Juin=Jun, Juillet=Jui)
2011-04-09 12:44:54 +00:00
Ralf Becker
60172b481d
* Setup: fixed not working deinstall of languages
2011-04-09 10:05:05 +00:00
Ralf Becker
8573aa25dd
give everyone implicit rights for home app, to display home link again
2011-03-30 10:45:41 +00:00
Ralf Becker
b924262b2f
* give everyone implicit rights for home app, as taking them away makes to many support problems
2011-03-30 08:00:14 +00:00
Klaus Leithoff
1de74dc26c
* API: upgrade to purifier Version 4.3.0; reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated); add missing files
2011-03-28 12:44:35 +00:00
Klaus Leithoff
53bb18041e
purifier upgrade to 4.3.0, add missing files
2011-03-28 12:10:21 +00:00
Klaus Leithoff
66ca12e6f2
* core: reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated)
2011-03-28 11:52:16 +00:00
Klaus Leithoff
375006403c
* API: upgrade to purifier Version 4.3.0
2011-03-28 11:46:24 +00:00
Ralf Becker
b5c3c90260
activated new table style and row selection for etemplate, not yet with contect menus
2011-03-27 16:14:08 +00:00
Andreas Stöckel
3c435bec9f
Added content of phpgwapi/js/egw_action/test/grid.css to traditional.css - styling of tables has to be actiated by giving the table containing the data rows the class 'egwGridView_grid'
2011-03-25 14:26:00 +00:00
Andreas Stöckel
01a50945f5
Fixed bugs with Drag&Drop and IE, improved speed of grid view component by adding an timestamp to the data cells and only updating them if the timestamp has changed
2011-03-25 13:12:24 +00:00
Ralf Becker
6fb34fa100
forgot to remove droped tables, displays API broken in setup
2011-03-25 09:10:37 +00:00
Andreas Stöckel
ded17410ba
Added new doTriggerEvent aoi method to grid aoi and fixed bug with scrolling in the grid and dragging
2011-03-24 18:17:27 +00:00
Andreas Stöckel
ba92642c5b
Added full drag-drop support to the egw action system
2011-03-24 17:06:44 +00:00
Ralf Becker
9a9d087022
- add index to li (login time) column to speed up maintenance (periodic delete of old rows)
...
- delete some obsolete / since a long time not used tables:
- egw_vfs (replaced by egw_sqlfs in 1.6)
- egw_(app_)sessions (not used since 1.4)
2011-03-23 20:16:26 +00:00
Andreas Stöckel
bbe645ee02
Added data property to egwAction, fixed bug in popup menu group generation
2011-03-23 20:08:33 +00:00
Andreas Stöckel
0b2168e924
Fixed bug in egwActionObject.selectAll function which caused the internal 'selectedChildren' array to be a reference to the children array and resulted in the children array being destroyed.
2011-03-23 14:36:25 +00:00
Ralf Becker
b80b2ba098
remove not used $error parameter from pam_auth call, as it seems to stop login on some installs
2011-03-23 14:16:14 +00:00
Ralf Becker
3ea7ca54b8
remove not used $error parameter from pam_auth call, as it seems to stop login on some installs
2011-03-23 14:14:57 +00:00
Andreas Stöckel
e0d40e649b
Moved most code of the JS actionManager class to the action object itself, so that every action object might have child object if the action implementation allows that. Added support for sub-actions for actions representet as popup menus
2011-03-23 14:05:39 +00:00
Klaus Leithoff
e33aa2978c
* API/Authentication: add fallback to sql for mail authentication.
2011-03-23 13:19:48 +00:00
Andreas Stöckel
9db4532ca6
Removed forgotten debug message
2011-03-22 14:55:22 +00:00
Andreas Stöckel
afcf96a3cd
Added egw_grid_columns class which is capable of managing the grid columns of a certain grid and to store, load and merge the user columns data into the default column set
2011-03-22 14:00:03 +00:00
Klaus Leithoff
e42f8fa1cd
allow targets for hrefs, as requested with tracker ticket #2894 - no target _blank allowed
2011-03-22 13:16:19 +00:00
Andreas Stöckel
0f5a354a12
Removed forgotten debug messages, added support for maximum column width to egw_grid_columns.js
2011-03-21 17:27:09 +00:00
Andreas Stöckel
67575e1cd1
Added move and copy multiple files functions to egw_vfs, implemented functions needed to reload subtrees of the egw_grid, fixed problems with data fetching in egw_grid_data.js
2011-03-21 16:12:28 +00:00
Ralf Becker
d168bec8ef
* exceptions in async jobs no longer stop other jobs, but log the exception to Apache error_log
2011-03-21 13:20:49 +00:00
Ralf Becker
8db999925d
* exceptions in async jobs no longer stop other jobs
2011-03-21 13:18:11 +00:00
Ralf Becker
eed2810a15
* fixed not working async service test-job
...
$$adr[0] === $($adr[0]) !== ($$adr)[0]
2011-03-21 13:15:04 +00:00
Ralf Becker
3c8abc1971
* fixed not working async service test-job
...
$$adr[0] === $($adr[0]) !== ($$adr)[0]
2011-03-21 13:13:41 +00:00
Ralf Becker
38ef2706e3
switching accidently commited PostgreSQL query log off again
2011-03-20 12:57:56 +00:00
Ralf Becker
778d03772a
fixed typo CAPABILITY_CAST_AS_VA(R)CHAR
2011-03-20 12:49:22 +00:00
Andreas Stöckel
07daeda81e
Fixed bugs in the grid component with resizing not working properly and column width being not in sync with header width. This has been done by using a dynamic stylesheet for the column properties instead of changing the properties for each element individually.
2011-03-18 18:04:56 +00:00
Ralf Becker
ebbbf233cf
new capability to CAST AS varchar
2011-03-18 14:18:24 +00:00
Ralf Becker
221a2d4eb6
read users full name from password file and create email address according to configured rules for automatic created accounts
2011-03-18 13:47:12 +00:00
Ralf Becker
7f49fa6812
read users full name from password file and create email address according to configured rules for automatic created accounts
2011-03-18 13:36:19 +00:00