23fcaf904e
* Admin: view sessions and view access log was not using user-timezone but server, also causing display of wrong idle-time
2012-03-15 13:46:45 +00:00
b28a0ced08
check and reset cookie configuration, if it does not match current enviroment
2012-03-15 12:55:59 +00:00
f74b8264a2
propset svn:keywords Id
2012-03-15 08:38:01 +00:00
33e750d663
fixed formatting with 8 space instead tab and EGroupware name
2012-03-15 08:29:45 +00:00
570b933331
Restructure nm header to be a real widget, add header templates - not quite right, but they're there
2012-03-14 22:57:54 +00:00
0aa4c66803
Don't proxy template, just don't load it until asked for
2012-03-14 21:27:23 +00:00
e5b4bcfe7f
Add selectAccount_ro to handle ajax user names
2012-03-14 19:02:28 +00:00
45751ff042
Make DOM node stored in closure, not jQuery selection
2012-03-14 19:00:38 +00:00
7d4b32f5af
deprecating common::show_date($time,$format,$adjust_for_usertime=true) in favor of new egw_time::to($time,$format) or egw_time::server2user($time,$format), also using that two now for common::show_date()
2012-03-14 15:37:25 +00:00
a1ffcd08e4
* Admin/Addressbook: fixed wrong timezone in created and modified times for contacts and accounts
...
- fixed typo / wrong direction of conversation when storing contacts
- fixed accounts_sql, which uses addressbook_bo::search() to convert created and modified timestamps to servertime as
- (documented that) accounts class (SQL and LDAP) operate completly in server-time
2012-03-14 15:22:51 +00:00
94f1c840d0
add custom translations
2012-03-14 12:11:19 +00:00
2bbb3b07e9
using new egw.langRequire to load translations only once (per top-window load)
2012-03-14 12:10:31 +00:00
19b3120be6
fixed "PHP Fatal error: Unsupported operand types in /opt/local/apache2/htdocs/egroupware/etemplate/inc/class.etemplate_widget_projectmanager.inc.php on line 56"
2012-03-14 11:32:28 +00:00
14d593d600
Send category options even if read-only
2012-03-13 23:10:27 +00:00
1aa7459025
Set options to empty array even if there's no type (avoids type errors)
2012-03-13 23:09:16 +00:00
6426b2d2db
Get selectboxes inside datagrid working
2012-03-13 23:02:21 +00:00
5284844780
Make selectboxes appear in the correct position (sort of) inside hboxes
2012-03-13 22:16:08 +00:00
ea084fb41f
Don't show duration if the field is empty for the row
2012-03-13 19:38:48 +00:00
53d2d9641b
- Make progress inline
...
- Different sizing for date fields
2012-03-13 18:03:53 +00:00
743aa2935e
Get custom fields down to only 1 each
2012-03-13 18:01:55 +00:00
36688173a4
Make sure sel_options is an array
2012-03-13 16:25:23 +00:00
7d781a56a4
Don't try to go into a null entry
2012-03-13 16:19:22 +00:00
3ecb7a4eec
Added 'langRequire' function which allows to load translations during runtime
2012-03-13 16:05:52 +00:00
7f45afcc82
fixed no more notifications send, if notification of group-members is NOT enabled
2012-03-13 15:47:55 +00:00
e09a3fac51
Give a warning about blank first row and stop - not sure of the solution, but this at least shows something
2012-03-13 15:42:46 +00:00
e2a662289b
fixed nm_active_link, to also active links, not only onclick handlers
2012-03-13 11:08:02 +00:00
b68cbecbe2
trying to work arround "PHP Fatal error: Cannot unset string offsets in /usr/share/egroupware/importexport/inc/class.importexport_schedule_ui.inc.php on line 444"
2012-03-13 10:22:15 +00:00
dff1f3894e
define SEP, if not defined, fixes open_basedir errors seen in error_log
2012-03-13 08:59:05 +00:00
74b4fe6816
Fix progress widget inside datagrid
2012-03-12 23:18:46 +00:00
f26822c302
Slightly more efficient link display in datagrid; treat false and null titles as empty string
2012-03-12 22:32:13 +00:00
91c4a4de81
Fix missing delimiter, silence Invalid argument warning
2012-03-12 22:29:51 +00:00
1d74169848
Add time picker popup
2012-03-12 21:20:46 +00:00
268be2c8b9
Make button onclick work inside nextmatch again
2012-03-12 18:25:36 +00:00
8820bf0acf
Whoops - revert accidental commit
2012-03-12 17:58:55 +00:00
c2d1edc754
Make button onclick work inside nextmatch again
2012-03-12 17:55:52 +00:00
da10c03762
Use window's jQuery to make it work
2012-03-12 17:26:33 +00:00
3287ac7286
Fixed typo
2012-03-12 13:52:32 +00:00
a9967f678d
Displaying linebreaks for description tags
2012-03-12 13:41:10 +00:00
28aeb06238
Fixed problem with class not being set correctly
2012-03-12 13:19:13 +00:00
645d8896cd
* Calendar: mail all participants was attaching iCal with wrong time(zone)
2012-03-12 12:45:54 +00:00
162bb12d19
Make grid resizing work again
2012-03-12 12:17:07 +00:00
97080a676a
Reverted changes to accidently commited class.etemplate.inc.php
2012-03-12 12:08:37 +00:00
dc017ed889
Now again using a local etemplate2 instance on the client
2012-03-12 12:05:14 +00:00
36314a077e
Fixed bug with etemplate2 not working properly especially in idots: JS files only get included if they really have not already been included; egw object gets included before 'lang' in idots
2012-03-12 09:20:24 +00:00
1575434535
* EMail/Calendar: for meeting requests to recuring events check recurrance enddate, not event-date, to deny importing it with "event is in the past"
2012-03-12 08:52:40 +00:00
3a4274af02
added show method calling etemplate_old::show(), so calendar keeps working after renaming etemplate --> etemplate_old and etemplate_new --> etemplate
2012-03-12 08:42:05 +00:00
21c49b0b26
* Calendar/CalDAV/eSync: fixed etag generation to NOT query maximum user-modification date for each entry, fixed etag and ctag for eSync to only use recurance master, as ActiveSync event does not contain extra participant data for exceptions (virtual and real)
2012-03-12 08:20:36 +00:00
6c4a1e0b72
adding Mac ports location of tnef
2012-03-11 09:39:19 +00:00
43092fea2e
setting recommended php version to 5.3, not sure why we havnt done that already
2012-03-11 09:37:38 +00:00
f512d1efae
Move calendar icon inside input box
2012-03-09 18:46:29 +00:00