Ralf Becker
|
f47e0bd59c
|
moved most action "comfort" functions (with exception of nm_action and pagination) from server-side nextmatch class to client-side egwActions.updateActions() method, so they are available for all widgets
|
2013-07-20 15:58:08 +00:00 |
|
Ralf Becker
|
f8c184d860
|
* All apps/custom fields: fixed multiple identical rows, if custom fields where set (introduced in last package)
|
2013-07-20 15:56:41 +00:00 |
|
Nathan Gray
|
7085d4b51a
|
Still off by default
|
2013-07-20 14:33:17 +00:00 |
|
Nathan Gray
|
bd63529096
|
Rework etemplate2 loading to use JSON plugin when loading from regular request & AJAX. instead of inline script tag
|
2013-07-20 13:57:53 +00:00 |
|
Nathan Gray
|
4ae6094d8d
|
New tag list widget, supports ajax & static options
|
2013-07-18 15:27:39 +00:00 |
|
Nathan Gray
|
14ebff54c9
|
Changes from updating jQuery & jQuery UI to latest versions
|
2013-07-18 15:26:41 +00:00 |
|
Nathan Gray
|
b3bf5b734f
|
Make unique ID deterministic - use template name
|
2013-07-18 09:21:07 +00:00 |
|
Ralf Becker
|
792f1b26cc
|
replacing egw.LAB with egw_LAB, as egw object is shared by all iframes and popups, while LAB has to work on document
|
2013-07-17 12:47:21 +00:00 |
|
Nathan Gray
|
0bba8fd032
|
Strip out any javascript added by application and it properly to the AJAX response
|
2013-07-17 09:57:50 +00:00 |
|
Nathan Gray
|
5f0ac7a70b
|
Fix server side auto-repeat to have different rows, instead of multiple references to the same one
|
2013-07-17 09:38:37 +00:00 |
|
Ralf Becker
|
92e0ee86a5
|
* All apps: allow to log user-agent and action of all changes in history-log of entries (enable in Admin >> Site configuration)
|
2013-07-11 13:09:23 +00:00 |
|
Ralf Becker
|
70dbb95d6e
|
make eTemplate widget-type integer an alias for int, to ease backporting templates from trunk
|
2013-07-11 08:13:40 +00:00 |
|
Nathan Gray
|
13e593a7f1
|
Handle entities in selects other than cat_id
|
2013-07-08 21:16:45 +00:00 |
|
Nathan Gray
|
6091d6eb76
|
Fix box autorepeat - only repeat box children, fix $row expansion inside a grid so regular boxes don't break
|
2013-07-08 18:58:07 +00:00 |
|
Nathan Gray
|
4d2c969b8f
|
Box children can now auto-repeat if child ID has $
|
2013-07-04 19:38:36 +00:00 |
|
Ralf Becker
|
93eac83b8a
|
fixed wrong bracket causing SQL error: is not unique
|
2013-07-04 16:42:33 +00:00 |
|
Ralf Becker
|
9a4693822c
|
* PostgreSQL: automatic fix GROUP BY clause to contain all non-aggregate selected columns, to work around SQL errors, caused by this MySQL "optimisation"
|
2013-06-28 10:44:46 +00:00 |
|
Nathan Gray
|
c20029dfd6
|
Process entities returned along with row data in all cases
|
2013-06-26 17:28:51 +00:00 |
|
Nathan Gray
|
ac45bd0625
|
Implement server side required check on custom fields
|
2013-06-25 20:49:13 +00:00 |
|
Nathan Gray
|
f33e49b4a5
|
Fix validation failure from menulist interfering.
|
2013-06-25 15:49:10 +00:00 |
|
Nathan Gray
|
a05ac6fa11
|
Fix checkboxes using defaults not returning boolean
|
2013-06-24 23:03:55 +00:00 |
|
Nathan Gray
|
bcbc42135d
|
Fix country filters - custom filters with type select now modified to nextmatch-filterheader, not regular select
|
2013-06-24 20:49:27 +00:00 |
|
Nathan Gray
|
bcd52bb375
|
Better fix for some widgets not being properly initialized (that doesn't break others)
|
2013-06-19 18:11:30 +00:00 |
|
Nathan Gray
|
625dae0c59
|
Fix select options with label & title not always working in rows
|
2013-06-19 15:14:56 +00:00 |
|
Nathan Gray
|
9bfdbfccaf
|
Fix some customfields not getting pre-processed or losing value
|
2013-06-18 23:26:43 +00:00 |
|
Nathan Gray
|
c952141839
|
Fix for some widgets with sub-type not being initialized properly
|
2013-06-18 23:24:55 +00:00 |
|
Nathan Gray
|
3f003ea3fb
|
Fix default checkboxes not getting validated
|
2013-06-18 16:39:26 +00:00 |
|
Nathan Gray
|
b7f83ef31f
|
Use a static variable to handle expansion when initializing with content set (validation)
|
2013-06-18 16:38:27 +00:00 |
|
Nathan Gray
|
a9aeabeeb1
|
Make sure we don't pass a bad sort value to app code
|
2013-06-18 16:24:01 +00:00 |
|
Nathan Gray
|
ea104a9af5
|
Send any accumulated json responses after flushing etemplate - allows apps to use egw_json_response even when call is not an ajax call
|
2013-06-12 21:06:40 +00:00 |
|
Ralf Becker
|
066ffc2c25
|
refactored account_id change script to use information from app-specific tables_current.inc.php instead of a fixed list
|
2013-06-12 16:57:44 +00:00 |
|
Ralf Becker
|
341342bc39
|
fixed not working multiple value "select-account" or "home-accounts" (rows > 1) custom fields
|
2013-06-12 14:12:58 +00:00 |
|
Nathan Gray
|
d2b9501208
|
Fix up column selection pref / default / forced to update session & indicate to admin that preference has been forced
|
2013-06-11 22:50:05 +00:00 |
|
Nathan Gray
|
c5a9952930
|
Better fix for tabs not being validated - handle it at the top level
|
2013-06-11 18:59:34 +00:00 |
|
Nathan Gray
|
6fcab842b0
|
Restore namespace when done running
|
2013-06-11 18:56:42 +00:00 |
|
Nathan Gray
|
446034c58f
|
Explode colon seperated values server-side to prevent warnings when expecting arrays
|
2013-06-11 15:36:01 +00:00 |
|
Ralf Becker
|
8d07c880ad
|
allow db-tools to edit meta information about schema, currently what is stored in integer columns, eg: "timestamp", "account", "account-commasep" or "category"
|
2013-06-11 14:48:25 +00:00 |
|
Nathan Gray
|
b45a7d7439
|
Fix tabs sometimes break subsequent namespaces
|
2013-06-10 23:29:48 +00:00 |
|
Nathan Gray
|
654054826f
|
Implement home-accounts and select-account custom fields sub-placeholder expansions in the correct place, with the rest of them
|
2013-06-05 17:03:27 +00:00 |
|
Ralf Becker
|
53006a471c
|
if we have onclick or tooltip, add it to an extra div around single element of a box
|
2013-06-05 13:13:09 +00:00 |
|
Nathan Gray
|
b79460e7a0
|
Check for value before trying to use it
|
2013-06-03 23:17:01 +00:00 |
|
Ralf Becker
|
bd1d0f7c18
|
fixed not working quoting of multiple values specified as array, can not use array walk, as 2. parameter is the key not passed data
|
2013-05-31 08:29:34 +00:00 |
|
Nathan Gray
|
e2d6d9a65d
|
Change some indenting
|
2013-05-29 19:12:14 +00:00 |
|
Ralf Becker
|
cd7b9b0910
|
return (protected) array with validation errors instead of just the count
|
2013-05-25 17:18:43 +00:00 |
|
Nathan Gray
|
44f4e1ba3b
|
Silence permanent debug
|
2013-05-22 19:30:31 +00:00 |
|
Nathan Gray
|
753ba3b006
|
Remove debug
|
2013-05-22 19:29:42 +00:00 |
|
Ralf Becker
|
c496516f19
|
re-added ability to use $sel_options["something[else]"] removed in last commit "compatibility with eT2"
|
2013-05-15 13:22:53 +00:00 |
|
Ralf Becker
|
8cebfe3339
|
some more docu for tree-widget and allow to use autoloading-url for initialisation too
|
2013-05-12 13:09:20 +00:00 |
|
Ralf Becker
|
8f52e2ca3c
|
fixed fatal error in soetemplate called by editor, if etemplate is switched to etemplate_new
|
2013-05-11 09:25:32 +00:00 |
|
Nathan Gray
|
e9a5f7e09c
|
Add values for tabs, and make sure dynamic tab values are passed
|
2013-05-10 20:39:12 +00:00 |
|