Ralf Becker
|
c39273ac51
|
allow to (optionally) add tabs to existing tabs in template instead of replacing them
|
2013-08-20 16:41:31 +00:00 |
|
Nathan Gray
|
f9ee897544
|
Prevent errors if refresh message is undefined
|
2013-08-20 15:59:16 +00:00 |
|
Ralf Becker
|
d9ee56bd79
|
adapt form::name() legacy pseudo function to new template-prefix
|
2013-08-20 14:23:00 +00:00 |
|
Ralf Becker
|
73aa652c41
|
missing egw.js from last commit and egw_framework::window_focus() method
|
2013-08-20 13:25:36 +00:00 |
|
Ralf Becker
|
8e2d5d0985
|
using egw_framework::opener_refresh|window_close and some other small fixes
|
2013-08-20 13:12:18 +00:00 |
|
Ralf Becker
|
1c4f65120c
|
new egw_framework methods refresh_opener and window_close to call egw_refresh on opener or close popup window in a content security save way
|
2013-08-20 12:06:41 +00:00 |
|
Ralf Becker
|
8c2bdf8d0f
|
disable permanent error-log
|
2013-08-20 11:57:44 +00:00 |
|
Ralf Becker
|
cad9521d02
|
fix indention
|
2013-08-20 11:13:42 +00:00 |
|
Klaus Leithoff
|
2f25201e72
|
implement the possibility to return multiple lines on get_message for tracking; allow transformation of --- into horizontal rule on html on get_message
|
2013-08-20 10:53:17 +00:00 |
|
Ralf Becker
|
d244ab7c79
|
NOT using html5 input type="time", as there is (intentionally) no way to control time-format, but with current state of html5 support, our preference is more relyable and we dont want users to open bugs because we do not respect their EGroupware time-format preference
|
2013-08-20 09:42:00 +00:00 |
|
Ralf Becker
|
155f771cc4
|
fixed not shown select-columns icon, rather hackisch, but I could not find a solution via our css files
|
2013-08-20 08:03:46 +00:00 |
|
Ralf Becker
|
8b8faba28c
|
some docu and jsdoc tags to show the outline
|
2013-08-20 07:06:59 +00:00 |
|
Nathan Gray
|
e4b158be4b
|
Give nextmatch a real getValue() function instead of faking it all the time.
|
2013-08-19 20:23:26 +00:00 |
|
Nathan Gray
|
d7375a2321
|
Add tooltips to popup header buttons
|
2013-08-19 20:21:56 +00:00 |
|
Nathan Gray
|
656560c376
|
Make sure et2 apps don't get passed back to old etemplate
|
2013-08-19 19:53:45 +00:00 |
|
Nathan Gray
|
09f2ccbb73
|
Add legacy option for only_app, improve wrong data error message
|
2013-08-19 17:42:08 +00:00 |
|
Nathan Gray
|
ba80841c5e
|
Add some comments and a warning if action string can't be parsed to a function
|
2013-08-19 17:41:16 +00:00 |
|
Ralf Becker
|
5755457b04
|
* Addressbook/eSync/CardDAV: fixed not working (forced) preference to display only accounts of groupmembers, causing eSync to permanently try and fail reading other accounts
|
2013-08-19 15:10:18 +00:00 |
|
Hadi Nategh
|
2a791a2f8a
|
fix privat address country does not preselect nation, should be analogous to business
|
2013-08-16 14:49:08 +00:00 |
|
Klaus Leithoff
|
95e18fd5a7
|
merge russian lang files provided by MBCGroup
|
2013-08-16 11:01:33 +00:00 |
|
Ralf Becker
|
7bb9fe23c0
|
open eml files in mail or until mail has its own method for it in old felamimail
|
2013-08-16 09:21:05 +00:00 |
|
Ralf Becker
|
cf25e7bae0
|
get Eclipse to display outline
|
2013-08-16 09:16:40 +00:00 |
|
Hadi Nategh
|
fadca5bb6b
|
fix set value for class when there is an assigned content to class= in .xet file
|
2013-08-16 08:11:06 +00:00 |
|
Ralf Becker
|
19172b4a64
|
* Calendar: fixed not working filter "only group events", to not include events of members
|
2013-08-15 16:02:32 +00:00 |
|
Ralf Becker
|
fe2438cc53
|
* Calendar: automatic cancel alarms from removed or rejected participants
|
2013-08-15 14:56:34 +00:00 |
|
Ralf Becker
|
012e2e4763
|
* Calendar: when moving a series exceptions where lost (regular recurrences shown again) and exceptions where moved too
|
2013-08-15 12:23:38 +00:00 |
|
Ralf Becker
|
e1c0177c50
|
fixed 2 warnings
|
2013-08-15 10:38:45 +00:00 |
|
Ralf Becker
|
ec6d873941
|
let PHP Warnings look exactly like original ones, but with a backtrace
|
2013-08-15 10:15:13 +00:00 |
|
Ralf Becker
|
85b2f5f642
|
allow apps to hook into "Admin >> Clear cache and register hooks"
|
2013-08-15 10:03:14 +00:00 |
|
Nathan Gray
|
eec6791213
|
Silence some missing attribute settings warnings and fix warning about not loading app.js when it was already loaded
|
2013-08-14 18:01:22 +00:00 |
|
Nathan Gray
|
42e66e9319
|
Fix detached label not updating
|
2013-08-14 17:35:50 +00:00 |
|
Klaus Leithoff
|
12402514b9
|
* CKEditor/ASpell: hardening of jscode for IE10, as spellCheckerWin object may not be defined
|
2013-08-14 09:35:03 +00:00 |
|
Ralf Becker
|
c806da58ce
|
give a trace for PHP (User) Warnings
|
2013-08-14 08:09:51 +00:00 |
|
Ralf Becker
|
fabc787fc3
|
* ProjectManager: fix SQL error if searching for string containing numbers and underscore or percent
skip user-wildcards (*,?) in is_numeric test, but not SQL wildcards, which get escaped and give sql-error
|
2013-08-14 08:02:23 +00:00 |
|
Nathan Gray
|
7e1a785615
|
Make whole edit dialog a drop target - files will be uploaded & linked
Done in the link widget, so any template with link-to should work.
|
2013-08-13 20:46:23 +00:00 |
|
Nathan Gray
|
64609cc61e
|
Open preferences in preferences tab
|
2013-08-13 17:43:57 +00:00 |
|
Nathan Gray
|
2ea2ee2809
|
Open preferences in preferences tab
|
2013-08-13 17:39:16 +00:00 |
|
Nathan Gray
|
cf8714293e
|
Open preferences in preferences tab
|
2013-08-13 17:37:15 +00:00 |
|
Nathan Gray
|
952d6f8801
|
Fix file upload in international charsets (Farsi) - use existing egw_vfs::basename() instead
|
2013-08-13 17:03:36 +00:00 |
|
Nathan Gray
|
eade44ec57
|
Fix file upload in international charsets (Farsi)
|
2013-08-13 16:24:12 +00:00 |
|
Nathan Gray
|
26ddd1bfaa
|
Better error handling when upgrading
|
2013-08-12 21:11:18 +00:00 |
|
Hadi Nategh
|
c6a4c751d0
|
Instantiate all sieve templates from etemplate_new
|
2013-08-12 08:56:38 +00:00 |
|
Nathan Gray
|
6fdeb9f5f8
|
Drag files from desktop anywhere onto filemanager uploads
|
2013-08-09 23:34:42 +00:00 |
|
Nathan Gray
|
b74eec3d3f
|
Reset back to old etemplate
|
2013-08-09 19:19:31 +00:00 |
|
Nathan Gray
|
069325c89d
|
Do not center Filter. It had no effect on short lists, but chosen actually respected the setting
|
2013-08-09 19:18:58 +00:00 |
|
Hadi Nategh
|
82faa1bd87
|
mail app-> sieve update
|
2013-08-09 17:47:53 +00:00 |
|
Nathan Gray
|
b66acb3d4b
|
Fix definition radio option not showing filters
|
2013-08-09 17:06:09 +00:00 |
|
Nathan Gray
|
fefdb42340
|
Change comment caching to object level instead of class level to prevent revealing restricted comments
|
2013-08-09 16:23:50 +00:00 |
|
Ralf Becker
|
c8aa72039f
|
html-encoding is done in etemplate engine
|
2013-08-09 11:17:30 +00:00 |
|
Ralf Becker
|
11f7673408
|
keeping options in format used for select-boxes everywhere else and convert to taglist.setData format just when calling setData, added new method select_all to set_value all items in select_options
|
2013-08-08 08:56:43 +00:00 |
|