Commit Graph

19187 Commits

Author SHA1 Message Date
49bf54aace More agressive filtering on schedule options - all subsequent options start filtered 2011-03-14 20:55:42 +00:00
0e2c6c6812 Add user control to export selection 2011-03-14 20:39:59 +00:00
93241a65c5 Merge recursive to preserve sub-arrays 2011-03-14 20:39:54 +00:00
f6571e3446 Fix spelling of outlook finnish import 2011-03-14 20:13:53 +00:00
e7bd5a4813 Modernized grid design a bit, added auto triggering of the default action to the popup action, added simple action-binding to the egwGrid 2011-03-14 20:11:08 +00:00
c907e92398 Fix for import / update search for existing record. If new record key (ex ID) was not set, address search matched all 2011-03-14 20:08:00 +00:00
e1c084ee0c Fix export when exporting both country code and country name 2011-03-14 19:37:59 +00:00
928a71397d Fix 'All contacts' filter; search for ID only actually returned ID + photo 2011-03-14 19:08:20 +00:00
6836518858 removed unnecessary refresh_table from update, as it makes problems with PostgreSQL 2011-03-14 17:50:22 +00:00
4b18c05ec3 Fix definition filter to allow admins access to their own private definitions 2011-03-14 17:35:01 +00:00
ece9ad4047 Removed test rule from the CSS 2011-03-14 12:45:28 +00:00
ae453db400 Fixed thumbnail generation for application folders, added egw_stylesheet.js, which allows the dynamic generation of a stylsheet. This is now used in the egw_grid_view.js to keep the row caption in the same distance from the icon - depending on the maximum icon width. 2011-03-14 12:42:59 +00:00
c77069d0af Reduced thumbnail filesize limit in egw_vfs_utils.inc.php which was increased for testing purposes, fixed bug with container position calculation in deeper levels in egw_grid_view.js, which affected inserting new grid rows 2011-03-14 09:36:59 +00:00
943f369cce Fixed bugs in the grid view js code (changes in the test_grid_view.html are for debugging purposes only), added class.egw_vfs_utils.inc.php which will contain high-level vfs functionality which was previously hidden inside etemplate and the filemanager, such as generating the thumbnail url for a file. 2011-03-13 20:54:16 +00:00
01fe133e60 removed accidently commited disable of automatic install 2011-03-11 16:05:13 +00:00
ed60695cd5 * fixed not working scheduled import from vfs 2011-03-11 16:03:08 +00:00
49909211f1 Added forgotten egw_grid_columns.js 2011-03-11 10:20:01 +00:00
246f13ff6a * Calendar: fixed PostgreSQL error on transfering records of a delted user to an other one 2011-03-11 07:37:34 +00:00
57aaf6d756 Dynamic loading of content tested and optimized, resolved bugs, implemented support for data trees in the view classes. The whole progess can be seen in the test/test_grid_view.html file. 2011-03-10 20:58:35 +00:00
d7356a350f * Calendar: fixed SQL error on search: Argument of OR must be of type boolean, not of type smallint 2011-03-10 17:56:13 +00:00
dffb0b87dd Fix linefeed for NELF + application/xml mimetype 2011-03-10 17:23:28 +00:00
aa7fc0f9f9 Always remove country code 2011-03-10 16:55:11 +00:00
22b4e56958 Add a LF for excel 2003 2011-03-10 16:50:40 +00:00
1a210d13be Missed etemplate changes to add CC field 2011-03-10 16:44:22 +00:00
f05b7dd43e stop filling up the logs with: explode() expects parameter 2 to be string 2011-03-10 13:08:29 +00:00
fc93bfde26 bofelamimail --> felamimail_bo 2011-03-10 12:59:16 +00:00
c8bf14e1fc bofelamimail --> felamimail_bo 2011-03-10 12:51:45 +00:00
c7122b1006 Basic grid functionality including dynamic generation of grid rows is now working in all browsers
and performs quite well (just some non-objective data):

Lines    | IE 7/8     | FF        |  Chrome
---------------------------------------------
1000     | fast       | very fast | very fast
10000    | ok         | fast      | very fast
100000   | still ok   | ok        | fast

(Performance might still be optimized but this does not really help right now).

The code for dynamic data loading has been written but still has to be tested.

Work which still has to be done to have a fully functional grid view:
- Data columns have to be generated correctly
- Displaying trees has to be tested, but should work more or less out-of-the-box due to the design of
  the grid containers
- Client side manipulation of data (sorting/filtering...) - most functionality is already there but not
  yet used (will be tested alongside with the filemanager)
2011-03-09 22:16:41 +00:00
17f00ad134 Escape quotes in user names 2011-03-09 18:45:08 +00:00
8104bd46c4 Automatically handle converting+adding text categories without explicit translation 2011-03-09 18:26:43 +00:00
2d7a2c5d32 Automatically handle converting+adding text categories without explicit translation 2011-03-09 18:25:22 +00:00
fbc9aa8abb Automatically handle converting+adding text categories without explicit translation 2011-03-09 18:21:51 +00:00
e0d509ca3a Automatically handle converting+adding text categories without explicit translation 2011-03-09 18:21:14 +00:00
bd03ec245f Remove some deprecated ereg functions 2011-03-09 18:18:26 +00:00
bc39d9ab5b Add 'Do not notify of these changes' checkbox to list 2011-03-09 17:42:52 +00:00
f28fb14572 Add 'Do not notify of these changes' checkbox to edit dialog 2011-03-09 17:26:20 +00:00
a58a7892c9 Adjust the export to remove some fields not needed, only export owner if there is one. 2011-03-09 15:47:11 +00:00
f602720404 * fixed in last version not working bcc mail addresses 2011-03-09 11:30:14 +00:00
1f4bb2ed16 fixed typos 2011-03-09 08:52:24 +00:00
165628efc5 Correctly change style if element has more than one class 2011-03-08 23:49:30 +00:00
579d813ec9 * Add Cc field to Infolog 2011-03-08 19:18:07 +00:00
1299714c61 moved notes/description handling to backend 2011-03-07 21:00:54 +00:00
9167125f66 moved notes/description handling to backend, implemented description in calendar 2011-03-07 21:00:17 +00:00
017d70c186 Remove double country option from Site configuration copy fields 2011-03-07 18:32:20 +00:00
711ffd4fdb Set country name too, so address format works 2011-03-07 17:27:53 +00:00
97523a99f3 Fix default country from preferences, use country code 2011-03-07 17:25:54 +00:00
dd8a8eab45 Implemented framework for dynamically inserting grid rows into the DOM tree and a very simple test for it 2011-03-07 16:53:43 +00:00
b0b4c8bf6a implemented/fixed read flag handling, enabled categories for addressbook, fixed typos 2011-03-07 15:03:56 +00:00
ea989a2af8 dont show vfs_storage_mode "custom", if not custom 2011-03-07 14:15:44 +00:00
00dd0b090b add Evolution as know GroupDAV client 2011-03-07 14:00:37 +00:00