Commit Graph

19788 Commits

Author SHA1 Message Date
2d6569414b - Allow adding a child category to a restricted category
- Show filter for application global categories
2012-04-02 16:29:13 +00:00
0a9a1736ca Change error output from STDERR to error_log 2012-04-02 14:37:14 +00:00
b74b6c6daa Changelog for 11.1.20120402 2012-04-02 06:33:00 +00:00
b45891091d update from 1.8.004 2012-03-31 14:18:42 +00:00
504d405fae update from 1.8.004 2012-03-31 14:18:14 +00:00
5ee6f75283 add locations category required for CalDAV to distinguish between locations and resources, when updating from 1.8 2012-03-31 09:35:24 +00:00
0d3d77c76c add locations category required for CalDAV to distinguish between locations and resources, when updating from 1.8 2012-03-31 09:34:45 +00:00
83c3cee10d Use standard app.class.method format 2012-03-30 21:06:16 +00:00
5dcdc58f50 Get nextmatch filters with legacy JS working 2012-03-30 20:17:53 +00:00
d9275d53d0 Avoid sending back empty sub-arrays - apps that check for their presence, not contents, have trouble with them 2012-03-30 19:42:01 +00:00
4df977db0b Use js compatible with etemplate & etemplate2 2012-03-30 19:40:04 +00:00
f53fa79512 If a row is explicitly disabled, it's safe to just skip it 2012-03-30 16:25:30 +00:00
95fb2dfaaa Reset namespace for widgets that come later in template 2012-03-30 16:05:29 +00:00
26f5f2e504 Stop error on invalid format, use a default 2012-03-30 14:30:26 +00:00
fc981118c1 Added css for subgrids 2012-03-30 14:20:27 +00:00
f50b880c19 Fixed selection and getSelected() function; controllers and selection managers are now hirachical 2012-03-30 14:20:11 +00:00
4cdc5f39c1 support for parent_id and is_parent 2012-03-30 12:28:31 +00:00
2ffb9e3f91 support for parent_id and is_parent, need to be moved to call_get_rows, to also include in initial data 2012-03-30 12:28:07 +00:00
a80a42f5c8 disabling permanent debug from widget transformer 2012-03-30 12:21:12 +00:00
8874134221 setting subgrid callback and disabling use of regular data (only callback) 2012-03-30 12:17:52 +00:00
b4460d5924 Now reading is_parent and parent_id from the correct place 2012-03-30 12:06:10 +00:00
a8ed2af938 Added subgrid support to nm 2012-03-30 12:00:59 +00:00
1d405d05ba Implemented hirachical rows 2012-03-30 11:43:39 +00:00
d7bd469ed9 Pass the ID of the path element 2012-03-29 23:28:48 +00:00
9d179df719 Avoid warning when input is not an array - caused by no cfs 2012-03-29 22:57:00 +00:00
3bce9fccc3 - Add getElementsByType() function
- Handle ids that end in []
2012-03-29 22:55:44 +00:00
448f256985 - Add mime filter
- If id ends with [], allow multiple uploads
- If there's a legacy onchange function, don't clear input
- Fire legacy onchange after async upload is complete
2012-03-29 22:45:58 +00:00
ab22ccef8e Allow multiple uploads if id ends with '/', mime filter as a legacy option 2012-03-29 22:43:07 +00:00
ced0e0787e Implement form::name() pseudo function 2012-03-29 22:41:54 +00:00
1af08e72e8 * Admin/ImportExport: fixed import of already hashed passwords 2012-03-29 18:34:24 +00:00
a3ada52adf * Admin/ImportExport: fixed import of already hashed passwords 2012-03-29 18:33:33 +00:00
545ffcf34e Expand name even if not in a row ([...]) 2012-03-29 15:13:56 +00:00
cedb8e3f6c add this.form.submit() to legacy functions and use regular nextmatch filter-change, if onchange="this.form.submit()" is set, some more changes etemplate_new --> etemplate 2012-03-29 15:10:25 +00:00
4e0ea875b9 fixed File name+link widget to display clickable path components used in filemanager when files from subdirs is selected 2012-03-29 14:31:24 +00:00
cfa9c190bb Implemented keyboard navigation and data retrival for uids 2012-03-29 14:11:22 +00:00
3a8f279905 do not try to apply decodePath to an array (egw_link::title is handling this correctly if app is VFS_APPNAME and second argument is of type array) 2012-03-29 13:37:24 +00:00
e20f2e9333 do not try to apply decodePath to an array (egw_link::title is handling this correctly if app is VFS_APPNAME and second argument is of type array) 2012-03-29 13:36:28 +00:00
f30ad83240 do NOT store state in prefs, if csv_export is set 2012-03-29 12:59:43 +00:00
cb8940256c do NOT store state in prefs, if csv_export is set 2012-03-29 12:59:22 +00:00
791cec1be9 * Calendar/CalDAV/eSync: fixed etag generation to NOT query maximum user-modification date for each entry, fixed etag and ctag for eSync to only use recurance master, as ActiveSync event does not contain extra participant data for exceptions (virtual and real)
r38474: fixed SQL error reported on developer list: nothing known about column "recur_date"!
2012-03-29 12:43:34 +00:00
333c03b41d better control of message forwarding inline/as attachment (was partially dependent on associated preference-setting) 2012-03-29 12:20:56 +00:00
aba3c0250b found a lot more calls to get_rows missing to set csv_export flag and fixed code in nextmatch dealing with situation if num_rows=-1 got stored in prefs anyway 2012-03-29 12:08:42 +00:00
ee8fd5b10e found a lot more calls to get_rows missing to set csv_export flag and fixed code in nextmatch dealing with situation if num_rows=-1 got stored in prefs anyway 2012-03-29 12:06:10 +00:00
5ca6860618 more fixes for vfs widget, click on "links" works again under jdots, still needs work for displaying multiple path-elements 2012-03-29 11:52:56 +00:00
f609efbdd8 * ImportExport/Tracker: timeout left num-rows set to -1, causing nextmatch to try to display full list on next login 2012-03-29 10:45:08 +00:00
4d95a9b495 * ImportExport/Tracker: timeout left num-rows set to -1, causing nextmatch to try to display full list on next login 2012-03-29 10:43:21 +00:00
596a67e285 Fixed synchronization between row AOs and selection manager internal AOI 2012-03-29 09:15:00 +00:00
02769a962e Start on VFS upload 2012-03-28 23:27:18 +00:00
fc2746bc05 Fix typos 2012-03-28 23:05:42 +00:00
bc25b917d4 Fix namespace events - it's event.namespace 2012-03-28 21:01:51 +00:00