Nathan Gray
|
01011c7349
|
Fix misplaced bracket causing warning message about invalid arguments
|
2014-05-07 18:36:13 +00:00 |
|
Nathan Gray
|
d80ef84012
|
Remove div from console, it's no longer useful
|
2014-05-07 16:35:51 +00:00 |
|
Ralf Becker
|
b111f5005b
|
fixed select-accounts show only part of users, caused by previously trying to extend now used array
|
2014-05-07 15:51:45 +00:00 |
|
Nathan Gray
|
354c030520
|
Work in progress on gantt chart:
- Gantt widget now supports context menu
|
2014-05-07 14:41:15 +00:00 |
|
Nathan Gray
|
30b300201e
|
Clear action manager, if present
|
2014-05-07 14:38:44 +00:00 |
|
Hadi Nategh
|
0691903105
|
Still need to translate empty_label in selectbox widget for cases like when we do have "options" as an extra item for select_options
|
2014-05-07 13:03:14 +00:00 |
|
Hadi Nategh
|
b3ebc04ae5
|
Fix missing "translate" sub-attribute for some other widgets "empty_label" attribute.
|
2014-05-07 12:23:02 +00:00 |
|
Hadi Nategh
|
c35968d4a6
|
No need to translate empty_label explicitly, as we have a "translate" sub-attribute to triger translation for an attribute
|
2014-05-07 12:12:25 +00:00 |
|
Hadi Nategh
|
a8278017ed
|
Fix missing translation for taglist's empty_label attribute
|
2014-05-07 11:06:47 +00:00 |
|
Ralf Becker
|
610e7e6e93
|
halfway fixed eTemplate(1) part of etemplate_widget_transformer, but then enabled old code in contact_widget again, as value is not yet handeled correctly by callback in contact_widget
|
2014-05-07 09:00:59 +00:00 |
|
Nathan Gray
|
012b49838c
|
Send value/label pairs to preserve sorting
|
2014-05-06 20:33:40 +00:00 |
|
Nathan Gray
|
4f2504aafc
|
Fix typo
|
2014-05-06 20:05:08 +00:00 |
|
Nathan Gray
|
b76ace01f5
|
Revert r46820 as it causes some widgets (tag list) problems.
Fix select account changing selectbox default instead.
|
2014-05-06 19:56:02 +00:00 |
|
Stefan Reinhardt
|
013062aa00
|
infolog - less
add - delete +
positioning icons
|
2014-05-06 16:44:32 +00:00 |
|
Ralf Becker
|
f806bee109
|
fixed PHP Fatal error: Call to a member function appsession() on a non-object when running as cron-job
|
2014-05-06 14:41:06 +00:00 |
|
Hadi Nategh
|
291c4c04b4
|
No need to have explicitly fix et2_file width in calendaras the width is handled in etemplate2 class for all
|
2014-05-06 11:44:34 +00:00 |
|
Hadi Nategh
|
8ae49a00fb
|
No need to have explicitly fix et2_file width in infolog as the width is handled in etemplate2 class for all
|
2014-05-06 11:33:41 +00:00 |
|
Ralf Becker
|
6810eba337
|
do not use $ in random passwords, as they given update errors, if followed by a number
|
2014-05-06 11:00:15 +00:00 |
|
Ralf Becker
|
e134826088
|
"setup/setup-cli.php --exit-codes" was not reporting 11: Your Database is not working!
|
2014-05-06 09:23:12 +00:00 |
|
Ralf Becker
|
d5777290ab
|
update from 1.8.007
|
2014-05-06 07:23:11 +00:00 |
|
Nathan Gray
|
33594b565d
|
Custom fields are not allowed to have a null value, since NULL is skipped by backend
Fixes bug where it was impossible to clear date cfs
|
2014-05-05 22:19:54 +00:00 |
|
Nathan Gray
|
c99f0ee32d
|
Fix bug in last select option fallback option, was getting value instead of options
|
2014-05-05 22:17:23 +00:00 |
|
Nathan Gray
|
4d64856fcd
|
Add some more time every 100 rows as long as things are still going
|
2014-05-05 20:44:51 +00:00 |
|
Nathan Gray
|
f5dc2d6903
|
Abort import if more than 100 errors are encountered.
Prevents request from dying if you upload a large, bad, file
|
2014-05-05 20:30:06 +00:00 |
|
Nathan Gray
|
4053d1a204
|
- Move function to find selectbox options to public, static so other widgets (read only selectAccount) can use it
- Fix selectAccount missing extra app-specific options
|
2014-05-05 17:25:01 +00:00 |
|
Nathan Gray
|
e004e23c31
|
If the default is an object, use a clone of the default value to prevent widget from accidentally changing the default by reference
|
2014-05-05 17:22:25 +00:00 |
|
Ralf Becker
|
ed85cc3ce6
|
allow apps to supply own etemplate_widget_transformer extending widgets
|
2014-05-05 16:05:39 +00:00 |
|
Nathan Gray
|
8dfea11106
|
Make sure primary group is in group list
Fixes Default group always added if primary group is not Default
|
2014-05-05 14:46:01 +00:00 |
|
Hadi Nategh
|
098de471cd
|
No need to overwrite the "beforeSendToClient" method for date widget, because we are handling date/time conversion on client side
|
2014-05-05 14:11:00 +00:00 |
|
Hadi Nategh
|
62fa190439
|
Handle converting string date/time formats to Date object for date-time widget
|
2014-05-05 14:09:47 +00:00 |
|
Ralf Becker
|
9e4a03c59c
|
fix validation of email in account creation to allow to manually enter an email and never automatic add an invalid one
|
2014-05-05 13:08:25 +00:00 |
|
Ralf Becker
|
6f98614b15
|
* Setup: fixed (partially) stalled installation, because caching could not find not yet created configuration
|
2014-05-05 12:33:33 +00:00 |
|
Ralf Becker
|
5f786d9af3
|
skip loading (not needed) translations when running during setup
|
2014-05-05 12:21:47 +00:00 |
|
Ralf Becker
|
6864caac21
|
do NOT detect templates as (not installed) apps
|
2014-05-05 09:09:47 +00:00 |
|
Hadi Nategh
|
3bf554b986
|
Let vacation popup window stays open if there is an error while saving
|
2014-05-02 14:39:49 +00:00 |
|
Hadi Nategh
|
aa4128ad6e
|
Fix addressbook's room field overlaping the occupation field
|
2014-05-02 14:13:10 +00:00 |
|
Hadi Nategh
|
c185974275
|
Apply overflow:hidden for sidebox in top level, because there might be some apps (eg. AB) which need to have visible overflow over sidebox divs
|
2014-05-02 10:59:40 +00:00 |
|
Klaus Leithoff
|
9ee9aad19c
|
only save LastSignatureIDUsed when different from the last one
|
2014-05-02 10:39:22 +00:00 |
|
Klaus Leithoff
|
0fcea2103a
|
* Mail: remember last used Signature on Compose, and try to use it on subsequent compose sessions
|
2014-05-02 10:33:54 +00:00 |
|
Ralf Becker
|
544d57ca46
|
prevent CSRF for setup and admin site configuration
|
2014-05-01 06:26:09 +00:00 |
|
Nathan Gray
|
61198e3684
|
Update gantt code
|
2014-04-30 20:24:50 +00:00 |
|
Nathan Gray
|
3eaf87f78f
|
Fix some problems with calendar export causing a blank export popup
- missing template
- bad format on end date
|
2014-04-30 16:54:47 +00:00 |
|
Nathan Gray
|
b79ff8d4ed
|
Avoid warning if value is not an array
|
2014-04-30 16:52:34 +00:00 |
|
Nathan Gray
|
140a0746d1
|
Make sure top actually has app before calling it.
Fixes error in calendar where non-list views are still in an iframe, but top window has no app.js
|
2014-04-30 16:25:05 +00:00 |
|
Nathan Gray
|
7c5db56d61
|
Use AJAX to load app list for selected account, fixes usually empty dialog for user run rights since they usually came from a group
|
2014-04-30 15:20:32 +00:00 |
|
Hadi Nategh
|
5db89487a4
|
Arrange "Upload file" widget in filemanager toolbar
|
2014-04-30 13:55:55 +00:00 |
|
Hadi Nategh
|
3faf02eb88
|
Apply no caption to vfs-select located in mail compose, and style vfs-select and file upload accordingly
|
2014-04-30 13:13:14 +00:00 |
|
Hadi Nategh
|
b8dbefb64a
|
Give right width to link tab
|
2014-04-30 11:04:48 +00:00 |
|
Hadi Nategh
|
b5357e23eb
|
Add css class for vfs-select button caption. Additionally, re-arrange link_to widget styles for all app link tabs
|
2014-04-30 11:02:13 +00:00 |
|
Hadi Nategh
|
e85816cce9
|
Add button caption to vfs-select widget
|
2014-04-30 10:52:27 +00:00 |
|