Commit Graph

25 Commits

Author SHA1 Message Date
Ralf Becker
84a5550bbf fixed warning if no name part exists 2011-11-18 13:06:16 +00:00
Ralf Becker
50beb545e6 * Filemanager/eTemplate: fix for MyStylite bug #2495: deleting files containing [ as first char deletes whole directory
added encoding of square brackets in eTemplate and improved etemplate_bo::(get|set|isset|unset)_array() to split indexes at ][ and not just [
2011-11-09 14:34:19 +00:00
Ralf Becker
fcd0e6364e backported r33878, r33880 from Nathan to display supported fileformats in addressbook prefs 2011-08-26 10:14:17 +00:00
Klaus Leithoff
afb80f83fb * API: taking care of sorting AND filtering by customfields with names containing whitespace; (best way to deal with this issue, is not using whitespace in your customfield names at all) 2011-08-22 14:46:31 +00:00
Ralf Becker
ef9ea04c9d fixed grid in cf widget displays border, if options are set 2011-08-18 09:26:59 +00:00
Ralf Becker
5a45d31e1e fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:40:16 +00:00
Nathan Gray
531452a8c1 Fix mismatched tag in MS linefeed 2011-08-02 14:28:19 +00:00
Klaus Leithoff
605f0a2aff fix warning ->missing argument 1 for select_widget<- : make the parameter optional by assigning a default value 2011-07-26 07:49:29 +00:00
Ralf Becker
d427a3b8fe allow to specify "none" in popup size for no popup AND no link target, to allow dial scripts to use status "204 No Content" 2011-05-30 15:01:04 +00:00
Klaus Leithoff
ba4e912630 fix for bug #1631 on Stylite tracker: no browsing/navigation in egws popup filenavigation used for image browsing for CK-Editor. 2011-05-16 07:48:36 +00:00
Klaus Leithoff
2b5601d0c4 fix typo that prevented the referencing of sub elements in get_array in some cases 2011-05-12 14:57:45 +00:00
Ralf Becker
6132d8e714 remove stupid (0) from phone numbers written as "+49 (0) 123 1234567" 2011-03-26 15:58:34 +00:00
Ralf Becker
d6c6dc2de0 * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:49:28 +00:00
Nathan Gray
5379529398 Fix escaping of double quotes 2011-01-24 16:46:59 +00:00
Nathan Gray
a9983aad5f Escape double quotes 2011-01-12 17:43:45 +00:00
Klaus Leithoff
8fead7eb82 fix typo found/fixed by jaytraxx 2011-01-10 10:17:25 +00:00
Klaus Leithoff
a8a8e1d6f2 * CSV Export: Replace CRLF with LF so excel does not break lines early (myStylite#974) 2010-12-16 15:11:33 +00:00
Ralf Becker
2700c82fea give current value higher priority then $value[default_sel] when determining $app 2010-11-12 08:20:37 +00:00
Ralf Becker
ca492d4eee fixing some warnings 2010-11-10 08:28:50 +00:00
Ralf Becker
70de4d4b4f fixed wrong parameter type warning 2010-10-26 13:28:30 +00:00
Ralf Becker
0d96d470d6 quiten warning if $cell[size] is an array 2010-10-12 07:49:50 +00:00
Klaus Leithoff
d4dc9c584f dont try to translate text from textfields when in listview 2010-10-04 12:12:11 +00:00
Ralf Becker
ed7d1c8a7b removed use of PHP 5.3 deprecated eregi 2010-09-17 19:38:40 +00:00
Ralf Becker
bf74c8bc0c newest version of fix_deprecated and changes made by it: fixes deprecated warnings of php5.3 2010-09-15 19:19:53 +00:00
Ralf Becker
7f6faeb3a3 also quote quotes in variables surounded by curly brackets, eg. '{[nm][path]}' 2010-09-14 16:34:28 +00:00