Ralf Becker
|
6544d38e2c
|
storing (not used) cancel or non-cancel button pressed information now in static class-variable instead of request, to avoid modifying request and causing a save of it
|
2014-01-15 13:46:53 +00:00 |
|
Nathan Gray
|
ae491c0810
|
Enable symlinking VFS files to not yet existing entries
|
2014-01-14 12:11:13 +00:00 |
|
Hadi Nategh
|
c82ffac545
|
Fix wrong order of search result in linkto
|
2014-01-14 11:31:33 +00:00 |
|
Nathan Gray
|
29992a7fee
|
Fix linking files to not-saved entries
|
2014-01-14 10:16:36 +00:00 |
|
Ralf Becker
|
ca1433cd5e
|
no longer warn about widgets without a server-side class, as it is perfectly ok
|
2014-01-13 15:24:48 +00:00 |
|
Nathan Gray
|
a64da9f456
|
Disable automatic chosen, only explicit now
|
2014-01-10 09:47:26 +00:00 |
|
Ralf Becker
|
243f20e98c
|
fixed handling of optgroups, eg. notification chains in prefs
|
2014-01-10 07:08:45 +00:00 |
|
Ralf Becker
|
400240f1e4
|
caching translations for 10days and changing translation url, when translations are changing --> saves server-roundtrip for each translation
|
2014-01-09 15:32:07 +00:00 |
|
Ralf Becker
|
90edb55ec5
|
add async include and et2 render times to page-generation-times shown
|
2014-01-09 12:20:13 +00:00 |
|
Nathan Gray
|
49ef2c538a
|
Use any row data passed from server in etemplate load call to avoid an extra call to get_rows
|
2014-01-09 11:25:08 +00:00 |
|
Ralf Becker
|
2f905e8290
|
return $arr argument itself, but no reference to it, in all error cases
|
2014-01-08 09:47:37 +00:00 |
|
Ralf Becker
|
7b7132314c
|
can NOT use empty($idx) as it is true for 0 too!
|
2014-01-08 08:58:57 +00:00 |
|
Ralf Becker
|
b095be7f3d
|
fixed handling of empty name, not index into array but return full array
|
2014-01-06 12:53:34 +00:00 |
|
Nathan Gray
|
c458f34b18
|
Explicitly load headers & js for old etemplates
|
2013-12-19 18:27:46 +00:00 |
|
Ralf Becker
|
9c3c077314
|
fixed not updated sidebox in calendar listview
|
2013-12-12 23:32:30 +00:00 |
|
Nathan Gray
|
ffcc62e274
|
Implement 'add_tab' attribute on server side, so it works.
|
2013-12-12 20:15:36 +00:00 |
|
Nathan Gray
|
d65b40046a
|
Move sidebox favorites & backend out of nextmatch and into framework
|
2013-12-12 00:03:07 +00:00 |
|
Nathan Gray
|
bbd146c0b9
|
Remove debug error message
|
2013-12-10 19:39:01 +00:00 |
|
Nathan Gray
|
cc3754ff85
|
Expand legacy options explicitly, since $legacy_options is not defined
Fixes missing app-specific categories in category edit popup
|
2013-12-10 19:37:57 +00:00 |
|
Ralf Becker
|
76cf4245e6
|
fix wrong download url
|
2013-12-05 22:46:31 +00:00 |
|
Ralf Becker
|
2479d85c77
|
search etemplates first under /etemplates in vfs and then in real filesystem, allows to overwrite templates on a per instance base, stylite.merge stream-wrapper can be used to mount templates editable into vfs
|
2013-12-05 21:06:35 +00:00 |
|
Nathan Gray
|
87936488bf
|
Implement getState() & setState() towards a more universal favorites, but still more to do:
- Need to get favorite widget to use setState()
- Move much code out of etemplate2 widgets into a higher level
|
2013-12-05 00:00:43 +00:00 |
|
Nathan Gray
|
7f176d54f1
|
Add a fallback to the fallback.
If an app doesn't support 'list' link entry, use 'index'
|
2013-12-02 20:11:47 +00:00 |
|
Ralf Becker
|
defe24b7c0
|
fixed not working selected_value attribute of checkbox and radio, server-side used (un)set_val as attribute while clientside used (un)selected_value for checkbox and set_value for radio, grrrr ;-)
|
2013-11-29 05:49:13 +00:00 |
|
Ralf Becker
|
57c2c913d1
|
fixed new emailadmin stuff to work with postgreSQL
|
2013-11-29 01:50:49 +00:00 |
|
Ralf Becker
|
4866478242
|
fix exception in boetemplate::get_array()
|
2013-11-29 00:20:56 +00:00 |
|
Nathan Gray
|
69ab474f8c
|
Another fix for private cf filtering, when filter is enabled/disabled via content
|
2013-11-28 18:32:36 +00:00 |
|
Nathan Gray
|
d1106a31fc
|
Check & avoid duplicates when re-indexing options
|
2013-11-27 20:22:36 +00:00 |
|
Nathan Gray
|
aed7267801
|
If search option is set in template, don't override it with automatic chosen switch based on option count.
|
2013-11-27 18:07:36 +00:00 |
|
Nathan Gray
|
407f3d673e
|
Fix private field filter
|
2013-11-27 17:17:37 +00:00 |
|
Nathan Gray
|
1b4d6049f5
|
Allow app to change the DOM ID of the div etemplate is loaded into
|
2013-11-27 00:06:12 +00:00 |
|
Nathan Gray
|
52dbc208a6
|
Don't reset value to array index if it's already there
|
2013-11-26 20:03:19 +00:00 |
|
Nathan Gray
|
fe5650e144
|
Auto-detect location target if not set.
Fixes whole page reloads in jdots/pixelegg.
|
2013-11-26 15:55:56 +00:00 |
|
Nathan Gray
|
05aafd1fb1
|
Fix some grid children not getting run called after disabled
|
2013-11-18 23:11:27 +00:00 |
|
Ralf Becker
|
0ab743cb81
|
allow to load template-set specific templates, eg. addressbook/templates/pixelegg/edit.xet instead of addressbook/templates/default/edit.xet, if user is on pixelegg template-set
|
2013-11-18 10:52:51 +00:00 |
|
Ralf Becker
|
ef1679a899
|
allow to load template-set specific templates, eg. addressbook/templates/pixelegg/edit.xet instead of addressbook/templates/default/edit.xet, if user is on pixelegg template-set
|
2013-11-18 10:45:32 +00:00 |
|
Ralf Becker
|
823e2b62c0
|
allow default label, even if switched to multiple, as it might stay if switch happens on clientside
|
2013-11-17 10:26:36 +00:00 |
|
Nathan Gray
|
c1fd6e5acb
|
Give automatically added 'Select All' action its own group
|
2013-11-15 19:59:25 +00:00 |
|
Ralf Becker
|
3a3227bc27
|
fixed not found images in admin tree, by using static method knowing templated image path and calculating a relative path for images returned by common::image
|
2013-11-15 19:12:36 +00:00 |
|
Ralf Becker
|
8e69433829
|
use template specific images for foldertree, use "template" handler for all calls to template/framework object, NOT instanciating a new one using eg. a parent class
|
2013-11-15 16:28:24 +00:00 |
|
Nathan Gray
|
fb2c103cef
|
Use current app to get around missing etemplate run rights
|
2013-11-13 23:57:49 +00:00 |
|
Nathan Gray
|
23f85e9763
|
Enable etemplate for multiple templates
|
2013-11-13 22:43:19 +00:00 |
|
Nathan Gray
|
85aa7c76e3
|
Fix missing prices in projectmanager price list widget
|
2013-11-12 21:36:59 +00:00 |
|
Hadi Nategh
|
639040787b
|
Fix tabbox widget validation to stay with the same tab when the form get submitted
|
2013-11-12 16:38:23 +00:00 |
|
Ralf Becker
|
beeecf46d0
|
2 more widgets without server-side class
|
2013-11-08 09:31:08 +00:00 |
|
Nathan Gray
|
969155e150
|
Handle no files selected without throwing warnings
|
2013-11-07 23:20:07 +00:00 |
|
Nathan Gray
|
f33862b8b6
|
Fix setting default/forced column preference when selected columns was changed at the same time.
|
2013-11-06 22:51:57 +00:00 |
|
Nathan Gray
|
c21dcc5e4a
|
Fix erole always showing some roles, never showing project only, by checking for read-only, and fix copy/paste error
|
2013-11-06 21:03:33 +00:00 |
|
Ralf Becker
|
1c7c699d4f
|
select-account: default label will be added on clientside, it doubles, if added here too
|
2013-11-06 10:31:57 +00:00 |
|
Ralf Becker
|
e53f781610
|
adding caption too
|
2013-11-06 10:30:18 +00:00 |
|