Ralf Becker
7c1e06ff0d
fix two more cases in which "show_generation_time" is queried and should never trigger a request to server, see 1c6c930312
2016-07-21 10:52:24 +02:00
Ralf Becker
94775dd858
if "common" prefs are not loaded, do not display page generation time
...
Before we queried page_generation_time common preference without a callback, which send a synchronious request to server to fetch common preferences, when it returned it looked for the preference again and send the next synchronious request to the server, in an infinit loop. Now setting _callback parameter of egw.preference() to false, just returns undefined, if common preferences are not yet loaded, but dont try to query them from server
2016-07-20 17:17:03 +02:00
Hadi Nategh
7d9697305d
Evaluate show_generation_time preference value before calling for pageGenTime
2016-07-15 17:31:56 +02:00
Hadi Nategh
1aa70236fa
* Calendar: Fix Generate Page Time's indicator screws calendar view up
2016-07-15 09:51:57 +02:00
Hadi Nategh
1677dd205c
Create DOM node for pageGenTime data
2016-07-15 09:44:16 +02:00
nathangray
cca763bba2
Fix favorite delete confirm dialog header was not translated
2016-07-07 10:19:59 -06:00
Hadi Nategh
3d53c8b91c
Take other objects (like sel_options) from arrayMgrs into account regarding feeding content to view template
2016-07-05 14:33:01 +02:00
Ralf Becker
c68da72207
change wording of error message on server-side ajax requests
2016-06-28 20:41:30 +02:00
Hadi Nategh
14935780ce
Fix PGP Encryption backup:
...
- Rename the backup file, still will check the previous backup file though
- Close backup dialog from mailvelope after the backup process is finished
2016-06-21 12:54:50 +02:00
Ralf Becker
f86c1934eb
* PGP: using following (hidden) files in users home-directory: .PGP-Key-Backup and .PGP-Keychain
2016-06-20 15:13:37 +02:00
Ralf Becker
4cbe7dffa3
fix not working tail popup
2016-06-18 10:22:34 +02:00
Ralf Becker
d40a3aa34f
revert jQuery.noConflict() stuff as current aproach fails if minified
2016-06-14 21:42:12 +02:00
Ralf Becker
7bb87c2615
stop jQuery from setting $ as early as possible and added more checks for calendar running in frameworked template
2016-06-14 21:17:46 +02:00
Ralf Becker
9d12c2a9a5
tell jQuery to remove $, as EGroupware does NOT use it and it conflicts with eg. mootools
2016-06-14 19:12:19 +02:00
Hadi Nategh
885ed833e1
Fix resources categories shown in iframe
2016-06-13 17:31:43 +02:00
Hadi Nategh
5e4412aea5
Run applications categories with ajax=true
...
- Fix categories colors not showing up
- Fix categories list refresh does not work
2016-06-13 12:30:21 +02:00
nathangray
9c7c53606a
Still accept old style favorites on the client side, as they're still handled on the server side.
...
Better fix than previous handling
2016-06-09 12:37:30 -06:00
Hadi Nategh
feb09667ae
Fix tutorial stops calendar sidebox from loading, happens only in FF
2016-06-09 17:40:16 +02:00
nathangray
dd0e541605
Still accept old style favorites on the client side, as they're still handled on the server side.
2016-06-08 11:48:14 -06:00
Hadi Nategh
93217a149d
jQuery libraries updates via composer
2016-06-06 17:38:20 +02:00
Hadi Nategh
87fb94a496
Deprecate $j global variable and replace them all with standard jQuery
2016-06-02 16:52:01 +02:00
nathangray
a46f418fb6
Fix unwanted highlight matching when favorite had additional filters
2016-05-25 13:28:27 -06:00
Hadi Nategh
dea9c260b0
Deselect rows after return action from view template
2016-05-25 17:40:44 +02:00
Hadi Nategh
60bc400313
Fix modified view templates are not getting updated because of no cache-buster modification timestamp
2016-05-25 16:44:36 +02:00
nathangray
8dec95e4fc
Remove highlight clicked favorite, it was conflicting with highlighting matching favorite if the clicked favorite was not valid for the results.
2016-05-24 16:27:27 -06:00
Ralf Becker
00b898bb2e
fix tooltips for displaying lots of content
2016-05-07 16:56:18 +00:00
Ralf Becker
22b785c5a6
do not request translations empty or undefined app name from server
2016-05-05 09:23:06 +00:00
Ralf Becker
5353072052
mv template specific images from "phpgwapi" to "api" and search "api" also on client-side for image, added debug GET parameter to images.php to JSON pretty-print instead of one line javascript
2016-05-05 09:16:27 +00:00
Ralf Becker
4af0e7cb1c
WIP EGroupware without phpgwapi&etemplate
2016-05-04 19:07:54 +00:00
Ralf Becker
760c8193fb
fix image with name filter is not found, because empty vfs store returns empty array having a method filter, now we check that attribute is of type string
2016-05-04 13:57:26 +00:00
Hadi Nategh
d6d9a076ae
Check Notification API is supported by browser before using it
2016-05-04 13:04:55 +00:00
Hadi Nategh
c6bda1524f
Mobile theme:
...
- Replace 'Edit' caption in view template with an icon, makes it similar to other dialogs
2016-05-04 08:23:48 +00:00
Hadi Nategh
9d03e085ed
Ask for notification permission only when it gets called
2016-05-04 08:12:51 +00:00
Ralf Becker
429177686a
make home a regular application, which can eg. disabled, incl. moving all services using "home" as appname to "api" and moved some other forgotten stuff from phpgwapi&etemplate to api
2016-05-01 09:57:48 +00:00
Hadi Nategh
6260d948a7
Implement Web Notification API into egw_notification
2016-04-29 14:25:07 +00:00
Hadi Nategh
45e7536a8b
Mobile theme:
...
- Fix back button state and a confirmation to logout action
2016-04-28 13:53:44 +00:00
Nathan Gray
ad4e9f6770
Translate week header in date picker
2016-04-27 22:31:05 +00:00
Ralf Becker
8325963b06
fixed ckeditor problems if minifying was switched off, caused by egw.js loaded twice, removed old file-name based workaround on client-side in favor of not requesting it from server-side
2016-04-08 10:38:44 +00:00
Ralf Becker
2e3bd32721
moving all - non ancient ;-) - js files to api/js
2016-04-07 10:38:05 +00:00