Commit Graph

23010 Commits

Author SHA1 Message Date
c19a3b6c5f Row values can get put in [id] or {}[id] - look in both 2012-07-05 20:01:54 +00:00
73d49a957a Slightly better error message to help find the offender 2012-07-05 20:00:34 +00:00
375fad6cd4 Use multiple selectbox to handle both single & multiples 2012-07-05 19:59:42 +00:00
6ae812ff45 Fix date format handling 2012-07-05 18:24:20 +00:00
535051e77f Some index to speed up access/update of huge history-logs 2012-07-05 09:24:51 +00:00
86df4ba58b allow to use default host, but give a dn and pw 2012-07-05 07:23:06 +00:00
9a6e3d59a8 If two widgets have the same ID, and they both return objects as values (eg: link widgets) then merge the values instead of replacing 2012-07-04 22:41:51 +00:00
f1ea3db040 Remove debug 2012-07-04 22:39:08 +00:00
379427f18f For et2, reset old parent & new parent so they get updated next refresh. Otherwise, they may not show the change in child until logout/login or parent is actually edited 2012-07-04 22:38:50 +00:00
f81fd11435 tag applications which have implemented document merge 2012-07-04 17:00:03 +00:00
14f736c20b Forced file preference left empty now means user choice - was forced to '', which was really hard to give users choice again 2012-07-04 15:29:52 +00:00
20346395d7 fixed typo causing extension to be lost 2012-07-03 14:24:07 +00:00
0b185c91f4 * Admin: View sessions / access log allows to sort by login ID, IP, last action 2012-07-03 14:03:57 +00:00
b89ac80f6b * Timesheet: filtering by a status did not contain timesheets of sub-status 2012-07-03 10:31:22 +00:00
3459a34a9f limit IE hack (no attachment in Content-disposition header) to IE < 9 2012-07-03 09:33:26 +00:00
dc7259a59c invalidate categories cache after DB restore 2012-07-03 08:16:52 +00:00
d0f097e1ec chunk size for number of rows to query was far to low for huge tables like egw_history_log which can be a couple of million rows, backup took far to long 2012-07-03 07:05:55 +00:00
ff19062265 Use filemanager popup to allow linking to already existing files 2012-07-02 23:03:27 +00:00
235d9b3285 Let vfs widget have a value 2012-07-02 23:02:57 +00:00
5385055eb9 Fix bug breaking array values (name ends in []) 2012-07-02 22:58:02 +00:00
587e3c8862 Adapt file select popup to work with et2 2012-07-02 22:57:02 +00:00
c900737797 reverted r39642 for a better solution to come 2012-07-02 20:43:00 +00:00
ef0cc4f6bd * ImportExport: fixed not working export in IE8 (seems to choke on Content-Disposition: attachment header) 2012-07-02 15:43:17 +00:00
195a3353d7 Add date only placeholders for timestamps: {{timestamp_placeholder/date}} 2012-07-02 15:24:15 +00:00
e09a9c3198 fixed 5.4 PHP Warning: Illegal string offset 'start' or 'end' 2012-07-02 08:14:27 +00:00
183fa30aca Registry of apps currently supporting merge (for later usage) 2012-07-01 18:22:38 +00:00
f88aa3738b * Admin/DB-Backup: querying only chunks for 100 rows, to not run into memory limit on huge tables 2012-06-30 15:18:49 +00:00
45fe6d9fea for new (autocreated) accounts, set ->can change password<- appropriately, move section before processing of hooks 2012-06-29 13:54:13 +00:00
fa90c1066c * API: for new (autocreated) accounts, set ->can change password<- flag only if admin requires his users to change their passwords regularily (admin->site configuration->set recurrent forced password change) 2012-06-29 11:38:58 +00:00
09997309ab docu update 2012-06-29 09:05:22 +00:00
5100dfcc71 * Password: fixed not working check, if user has right to change password, causing password link in topmenu to be displayed when not in preferences app 2012-06-29 07:14:46 +00:00
2674b43532 create valid SQL, even if account has for whaterver reason no group-memberships 2012-06-28 16:39:36 +00:00
76f516ee4c use $j object instead of jQuery 2012-06-27 20:40:05 +00:00
3d4b28ae15 Add changes in linked files into history log (et2) 2012-06-27 20:32:45 +00:00
b025809df1 * CalDAV/CardDAV expand-property report for principals used in iCal on OS X 10.7 2012-06-27 20:08:56 +00:00
52d7d6bbcf * Admin: global categories showed private categories of other users 2012-06-27 16:04:51 +00:00
ebb5244a7a * Tracker/Timesheet: support private custom-fields, existing fields stay public 2012-06-27 08:59:23 +00:00
b2817cf358 Add a button to allow linking to existing VFS files - work in progress 2012-06-26 23:01:04 +00:00
69812c92ee Avoid fatal error if it exists, but is not an array 2012-06-26 23:00:22 +00:00
4a98ec1a26 Allow grids with names to work 2012-06-26 22:56:35 +00:00
b4271fdcbd If onclick is still text, compile it 2012-06-26 22:55:39 +00:00
7d0a964a1e enbable textbox widget for type passwd 2012-06-26 20:37:58 +00:00
37945dd54a fix superuser box not visible 2012-06-26 19:42:08 +00:00
8d658da583 Remove outdated outlook definitions 2012-06-26 16:30:04 +00:00
36cc792d46 Format numbers inside writer tables as numbers 2012-06-26 16:21:20 +00:00
d799d2f675 Better handling of link titles as directories 2012-06-26 15:24:20 +00:00
fafb8947d3 * API: HTML Editor-> disable encoding as entities needs to set the config value to false, as the default is true with the current ckeditor version 2012-06-26 12:37:42 +00:00
ab086e10a2 * Filemanager/API: automatically decrement and store subquery depth limit, to work around different limits in different MySQL versions and configurations causing SQL error 2012-06-26 12:07:37 +00:00
a6c6ddbc80 Improve handling of history diff to make sure there's only one column 2012-06-25 23:38:26 +00:00
6b601c73dc Implement _oldValue for link_entry 2012-06-25 23:05:18 +00:00