Hadi Nategh
02e525b95f
* All apps/customfields:
...
Fix customfields options with multiple negated fields and single custom field
Specify css class on customfield's row with named as field's id, in order to be able to customize its style
2015-04-01 12:29:20 +00:00
Ralf Becker
78e41aa1a1
move "Save as" phrase to common and merge-cli run
2015-04-01 08:01:30 +00:00
Ralf Becker
38f4980849
* Mail: setting default font-face and -size reliable and remove space in front of cursor
2015-03-31 17:04:10 +00:00
Nathan Gray
4c1424db9b
Improvements for linking mail:
...
- Let filemanager encode name so we can keep more characters
- Remove doubled mime removal, which sometimes damaged title
- Fix file information action
2015-03-31 14:30:55 +00:00
Hadi Nategh
df1208fd4a
Fix regular expression in expose view
...
- Exclude tif and xcf images from expose view
- Define a global regexp for expose
2015-03-31 14:05:39 +00:00
Hadi Nategh
f4285fb820
Treat iceweasel browser like as firefox
2015-03-31 14:04:48 +00:00
Hadi Nategh
d6d2d27e9e
Do not show expose thumbnail for single media entry
2015-03-31 14:03:10 +00:00
Hadi Nategh
3be8c38c0d
Fix click handler on links does not stop propagation, causes unwanted click event
2015-03-31 14:02:24 +00:00
Ralf Becker
d35ea3845d
quick fix for tracker links on title open wrong popup
2015-03-31 07:16:21 +00:00
Hadi Nategh
2ef3d4f048
* Mail, Filemanager: use now same handling, pdf, text or html are opened now in popup, fixes viewing of attachments using mobile theme
2015-03-30 11:03:46 +00:00
Nathan Gray
310bbe6f10
Fix select options with ${row} were not always found
2015-03-25 21:54:41 +00:00
Hadi Nategh
1067a771c9
Use text-overflow-ellipsis for very long infolog titles in listview to avoid collision with info_id
2015-03-25 17:57:03 +00:00
Hadi Nategh
6704f41dcc
Do not show thumbnail indicator for image widget expose view
2015-03-24 18:17:16 +00:00
Nathan Gray
d3c7e21144
After we find a match, no need to keep looking.
2015-03-24 15:23:28 +00:00
Ralf Becker
6f2a7ca40c
fix sub-template of modified etemplate (WebDAV Url) wont work, as cache-buster / timestamp got added without download prefix, causing WebDAV to not find sub-template, because it treats everything but "?download" as part of URL
2015-03-24 10:52:43 +00:00
Hadi Nategh
9257177870
Give 100% width to toolbar's actionlist
2015-03-23 16:17:16 +00:00
Hadi Nategh
cf76bf2df5
Make query callback parameters more useful (& documented) by passing the link widget instead of response
2015-03-23 13:27:25 +00:00
Ralf Becker
6f804b58e8
* All apps: nummeric custom-fields (float or new integer) sort nummeric in lists
2015-03-23 08:41:51 +00:00
Ralf Becker
cb463d1492
fix not working hbox for selectbox, they were not on one line
2015-03-20 20:31:15 +00:00
Ralf Becker
f275cbe52f
empty-label was not translated if set via (legacy-)options
2015-03-20 19:26:14 +00:00
Ralf Becker
8c8e61630d
allow to submit partial content by passing a container(-widget) to etemplate2.submit()
...
- not send content is not validated and therefore not passed to server-side callback (currently only implemented for text-, select- and checkbox)
- new method et2_grid.getRow(_widget) to return a fake row container to pass it etemplate2.submit() --> implemented a real row-container for et2_grid
- new output_mode=4 for etemplate_new::exec() to force a json response, like form was submitted from client-side
--> allows to use full server-side validation for ajax like calls submitting only partial content
2015-03-20 15:39:35 +00:00
Ralf Becker
d4c0992f45
do NOT send select-options for each autorepeated row for id like "set[$row_cont[id]][value]" and fix merging of app preset options with type-specific ones to not overwrite the later
2015-03-20 15:38:40 +00:00
Ralf Becker
caa1f2247d
onkeypress handler for textbox and number widget
2015-03-19 21:21:29 +00:00
Ralf Becker
aa930e75d6
fix javascript error stalling eT2 rendering, if option label is null eg. because it could not be json encoded because of non-utf8 chars in it
2015-03-19 10:54:49 +00:00
Ralf Becker
12c308cd71
backport of several eT2 fixes from work on ranking / result-service app:
...
r52153: implement part attribute with values "header" and "footer" to put rows in thead or tfoot instead of tbody of table
r52163: stop etemplate_widget_template::instance from returning a stdClass object for a not found template after content-expanding, leading to a fatal error in etemplate_widget line 338
r52175: there should be no validation for disabled widgets
r52176: $cont is NOT root but current name-space in old eTemplate, leaving now identical $_cont for now
r52194: fixed eT2 data returned from client for case where name-space contains more then one component eg. "nm[rows]"
r52195: fixed not run validation on server-side for templates included via template tag
r52196: implement formatting of numbers in read-only widget
2015-03-18 22:16:15 +00:00
Hadi Nategh
1108e0b30d
Focus on the first input field only if the field is empty for mobile theme
2015-03-18 16:56:39 +00:00
Nathan Gray
b68d7f7274
Include lettersearch when forcing preferences
2015-03-17 18:24:50 +00:00
Ralf Becker
3d05a43417
implement part attribute with values "header" and "footer" to put rows in thead or tfoot instead of tbody of table
2015-03-17 09:44:14 +00:00
Nathan Gray
984bbf4d44
Include lettersearch when forcing preferences
2015-03-16 22:28:18 +00:00
Hadi Nategh
7f330b1e89
Change category icon in all apps
2015-03-12 17:01:11 +00:00
Nathan Gray
5a4ed19e73
Make query callback parameters more useful (& documented) by passing the link widget instead of response
2015-03-12 16:22:45 +00:00
Hadi Nategh
1f177aace4
Change category icon in all apps
2015-03-12 12:39:49 +00:00
Ralf Becker
d9f45ae414
add missing "rawstring" type to et2_validTypes
2015-03-11 15:06:21 +00:00
Ralf Becker
25b3493767
add missing "rawstring" type to et2_validTypes
2015-03-11 15:06:06 +00:00
Ralf Becker
2e094c6f76
new attribute type "rawstring" not doing html-entity decoding used just for "value" attribute
2015-03-11 12:13:32 +00:00
Ralf Becker
f3869d366e
new attribute type "rawstring" not doing html-entity decoding used just for "value" attribute
2015-03-11 12:12:52 +00:00
Nathan Gray
b1dbe2ab38
Apply duration settings to gantt columns
2015-03-10 21:11:36 +00:00
Nathan Gray
5ffdc7b2bb
Apply duration settings to gantt columns
2015-03-10 21:05:57 +00:00
Ralf Becker
4c82f2cee2
fixed account-selection-type "primary_group" to only show membership-groups by default
2015-03-10 16:06:22 +00:00
Hadi Nategh
8ec7d08589
Do not log toolbar widget content in error log
2015-03-10 15:56:09 +00:00
Hadi Nategh
1c8b6a5976
Do not log toolbar widget content in error log
2015-03-10 15:55:29 +00:00
Ralf Becker
60f1ca4033
fixed account-selection-type "primary_group" to only show membership-groups by default
2015-03-10 15:40:27 +00:00
Hadi Nategh
564f958fbb
Make sure there is a property before triger to delete it, because IE complains about an undefiend object
2015-03-10 10:28:56 +00:00
Hadi Nategh
0e4cb1bdb6
Make sure there is a property before triger to delete it, because IE complains about an undefiend object
2015-03-10 10:27:33 +00:00
Nathan Gray
74135e104a
Fix missing column filters on first load
2015-03-09 15:33:10 +00:00
Nathan Gray
26aa7b3438
Fix missing column filters on first load
2015-03-09 15:31:30 +00:00
Hadi Nategh
c3b75cdbf4
Give a type button to toolbar's button to not be able to do auto submission, because of our form tag
2015-03-05 14:55:28 +00:00
Hadi Nategh
3346821c5d
Give a type button to toolbar's button to not be able to do auto submission, because of our form tag
2015-03-05 14:54:47 +00:00
Klaus Leithoff
80255f9611
pending translations from our translation server
2015-03-05 14:09:51 +00:00
Klaus Leithoff
a27d5963c5
pending translations from our translation server
2015-03-05 09:04:21 +00:00