Nathan Gray
32e2d1ad6a
Rework common preferences
...
- Better grouping
- Added preferences for rich text editor
- Font
- Font size
Take effect on new, blank editors. Existing data is untouched.
2012-12-20 19:45:51 +00:00
Nathan Gray
39057e7900
Allow to specify app in egw::link() pseudo function
2012-12-12 16:57:00 +00:00
Ralf Becker
64f31a0fdc
* Setup/API: translations are no longer installed in database, but loaded directly from lang-files into tree-level cache
...
also backported:
- r40748: loading all translations in one go from cachem, saving some latency
- r36329: config is now cached on instance level, arrays in $GLOBALS[egw_info][server] are now automatically serialized and unserialized
2012-11-15 19:12:15 +00:00
Klaus Leithoff
b7fa8944d2
allow/support questionmark for first additional parameter after email
2012-10-31 13:48:33 +00:00
Ralf Becker
66fbdab803
* eTemplate/all apps: fixed not working display of floating point values in input fields for Chrome or Safarie (browsers supporting html5 input type="number")
2012-10-31 09:19:54 +00:00
Ralf Becker
7e469e6c41
display thumbnail now for images up to 1.6M, which seem to work with our current recommended memory_limit of 128M
2012-10-30 16:48:34 +00:00
Ralf Becker
c2d778a2f1
download etemplate.inc.php distribution file, if webserver has no write rights to setup directory
2012-10-30 14:04:20 +00:00
Ralf Becker
fdffa94172
* Addressbook/eMail: fixed wrong characterset when merge printing into eMail
2012-10-25 16:17:56 +00:00
Klaus Leithoff
7c580f1b64
silence/handle php-strict warnings
2012-10-24 08:35:09 +00:00
Klaus Leithoff
50f4ca2b8b
since we allow ampersand in local-part of the emailaddress, we have to handle this while preprocessing template data
2012-10-23 10:39:25 +00:00
Klaus Leithoff
058bd3e674
* Addressbook/API: allow ampersand and plus in local part of emailaddress for email validation
2012-10-23 08:59:12 +00:00
Ralf Becker
9c39375e40
work around a warning, if database password contains a non-ascii char (eg. German umlaut)
2012-10-23 08:19:35 +00:00
Nathan Gray
ddbcc59a82
Add 'None' category option to context menu for all apps using nextmatch::category_action()
2012-10-16 19:51:15 +00:00
Nathan Gray
8836842a14
Use jQuery to decode all entities in caption for confirm prompt
2012-10-16 19:47:56 +00:00
Nathan Gray
7cbc4949d3
Fix bug where clicking on a hooked app twice sends you to the hooked app
2012-10-09 17:34:06 +00:00
Klaus Leithoff
aecf198508
* mergeprint: fix problem with not replaced app-links like #contact/nfn; fix problem with not replaced date only option on date/datetime customfields
2012-08-23 10:25:27 +00:00
Ralf Becker
91573fd113
* Addressbook/InfoLog/Filemanager/Tracker: added or fixed formatting of certain custom field types using a single shared method
2012-08-09 12:43:52 +00:00
Ralf Becker
5243b2c7e7
somehow lost merge-print phrases
2012-08-09 07:25:55 +00:00
Ralf Becker
c8d8928486
pending translations from translation.stylite.de plus merge of trunk translations
2012-08-08 12:12:59 +00:00
Nathan Gray
4abc1c038d
Avoid conflict between date sub-placeholder for date/time custom field (#date_cf/date) and link-to custom field sub-placeholders (#infolog/created)
2012-07-31 17:58:14 +00:00
Nathan Gray
35bb3b6a87
Set date fields for spreadsheet date formatting, add date with nothing after it to list of potential formats for parsing into spreadsheet date
2012-07-31 17:43:34 +00:00
Ralf Becker
d8f0d17b9e
ignore not set link cf's, eg. from sync clients
2012-07-31 16:17:02 +00:00
Ralf Becker
0bea53b22d
fixed historylog widget to correct display custom fields of type link to application
2012-07-31 16:15:27 +00:00
Ralf Becker
46be0018df
backported automatic conversation of boolean columns on select (update/insert is already done by quote), get automatic enabled by setup_table or you have to set has_bools to true
2012-07-27 09:01:42 +00:00
Klaus Leithoff
43c148681e
switch off error logging of changed fields
2012-07-24 13:53:57 +00:00
Ralf Becker
ade542201c
fixed class attribute of box-widgets got not imported
2012-07-18 17:47:00 +00:00
Ralf Becker
c93381b90a
if dir is not writable, download xet file
2012-07-18 17:46:55 +00:00
Ralf Becker
26b57b3e1c
Add date only placeholders for timestamps: {{timestamp_placeholder/date}}
2012-07-03 10:41:36 +00:00
Nathan Gray
6f2f28dcaa
Format numbers inside writer tables as numbers
2012-06-26 16:48:46 +00:00
Ralf Becker
a40093244f
If HTML5 validation fails, switch to the appropriate tab so message can be shown
2012-06-14 11:35:50 +00:00
Ralf Becker
88c4e6cda9
only cache highest version: only update cache when storing, if it contains older version, only update when reading, if no version (=highest) is requested --> should fix cases where new distributed templates overwrite customer templates with higher version in cache
2012-06-14 11:32:31 +00:00
Klaus Leithoff
00a29c8f13
* Api: use autocomplete=off on all etemplate password fields (not all browsers support that), to avoid filling in wrong passwords while administering
2012-06-06 15:09:58 +00:00
Nathan Gray
61fb406928
Allow anchor tags in OO.o
...
r39251: Display error from merge, if merge gives error
r39252: Implement pagerepeat tag for html files
2012-05-22 17:54:01 +00:00
Ralf Becker
541d7539b9
* InfoLog: status filter in index shows now cumulated list of all status translations, if no type is selected (as context menu does too)
2012-05-22 17:42:30 +00:00
Ralf Becker
28da4892e0
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 14:08:53 +00:00
Ralf Becker
28de768d68
fixed PHP 5.4 Warning: Illegal string offset
2012-05-21 10:57:16 +00:00
Ralf Becker
0f42a2f916
fixes for PHP 5.4 warnings and strict warnings, thought disabled E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas (see comment in phpgwapi/inc/functions.inc.php)
2012-05-16 12:39:52 +00:00
Nathan Gray
5b0ecf0491
Fix SQL error when exporting sorted by contact_id
2012-05-15 14:35:09 +00:00
Klaus Leithoff
74cbee31b9
take care of possible commas in n_fn in addressbook.email popup (on-click adding email to opened email-form when clicking on email-link)
2012-05-14 08:12:55 +00:00
Nathan Gray
b3122d519f
If openoffice template specifies pagerepeat, use it
2012-05-08 14:31:02 +00:00
Nathan Gray
bbcb33a023
- Test multiple options for date format, stop when one works - Avoid deprecated format_datetime(), only format if there is a value
2012-04-24 15:50:35 +00:00
Nathan Gray
e014964656
Add in seconds, some timestamps have those and date doesn't parse otherwise
2012-04-24 13:59:06 +00:00
Nathan Gray
4300e20195
Avoid infinite loops by not passing real content text, so other app doesn't try to expand custom fields too
2012-04-19 14:20:17 +00:00
Nathan Gray
a66dc3c2fe
* Expand link_to custom fields and make available all placeholders from the app.
...
eg: {{#address}} gives the link title, but now you can use {{#address/n_fn}}, {{#address/email}}, etc.
2012-04-17 17:26:46 +00:00
Nathan Gray
2ed67861bd
- Allow adding a child category to a restricted category
...
- Show filter for application global categories
r38832: Default owner to same as parent category when adding a child category
r38891: Fix missing parent category when adding a child when parent has acl
r38939: Apply no_acl_check to global categories too
2012-04-17 14:46:56 +00:00
Nathan Gray
9b0b3f29cb
More robust handling of date formatting:
...
- Handle placeholders with prefixes
- Use user format to parse date/time, in case it's already been formatted
r38938: Add data types to record classes, use them in formatting dates for spreadsheets
2012-04-17 14:32:48 +00:00
Ralf Becker
d7b46c4713
allow text like html markup for htmlarea in mode="ascii", which is effectivly a textarea. Allows html-tag eg. in tracker
2012-04-11 09:21:15 +00:00
Ralf Becker
0ba4b98cde
remove trailing whitespace from css in templates
2012-04-05 12:44:45 +00:00
Klaus Leithoff
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
Ralf Becker
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