Ralf Becker
2903ca4e7f
* InfoLog: "No filter" favorite was not resetting filters anymore
2014-10-23 12:42:52 +00:00
Ralf Becker
f81c2340bd
"No filters" in InfoLog was not removing a search
2014-10-21 12:17:20 +00:00
Ralf Becker
0a13a668a7
* InfoLog: allow to (re-)set view of entries link to contacts via favorites
...
r49041: reverting r49030 and implementing same functionality with just app.infolog.(get|set)State(), fixes introduced error set you could not filter eg. by type in an action view
2014-10-17 12:57:33 +00:00
Nathan Gray
f74bd300f4
Avoid extra reload of infolog, just hide the details
2014-09-17 15:07:03 +00:00
Ralf Becker
4c9a44258c
Set appropriate no details CSS on initial load
2014-09-10 11:23:21 +00:00
Ralf Becker
3f9eae4940
Store infolog list details/no details choice as implicit preference
2014-09-03 11:23:45 +00:00
Ralf Becker
8b06beed25
Show or hide details only for the current nextmatch
2014-09-02 10:41:50 +00:00
Hadi Nategh
59f0b65e63
Backport commit r48263, committed by Nathan Gray. Infolog lists embedded as action can have their own separate column preferences.
2014-08-26 13:51:06 +00:00
Hadi Nategh
280ae16008
Backport commit r48254, committed by Nathan Gray. Always include date sub-template, and just disable it when not needed.
...
Fixes date widgets not validated.
2014-08-26 13:41:48 +00:00
Hadi Nategh
612c7fe90b
Make sure all DOMSubtrees are loaded before trigger the print job on window onload. Fix error "getComputing is not function" when closing the window while the print preview is loaded
2014-07-30 15:18:41 +00:00
Hadi Nategh
dcad41f542
Try to not always refresh calendar via observer for every infolog entry, but only the ones that are integrated in calendar
2014-06-26 12:39:20 +00:00
Nathan Gray
a866eb5ed9
Fix details filter not properly changing
2014-06-04 18:43:21 +00:00
Hadi Nategh
a7ecc60a5e
Make sure that _links is not undefined
2014-05-27 13:36:40 +00:00
Hadi Nategh
d58b111165
Remove _targetapp argument from observer and add _links. Additionally, make sure if the application, fired observer, is linked and needs to be refreshed
2014-05-26 14:01:18 +00:00
Ralf Becker
893091e286
- new app.js observer method which receives update notifications from all apps
...
- app.infolog.observer triggering refresh of InfoLog list, when a timesheet get stored
- moved code of already deprecated egw_refresh() to egw.refresh() and changed etemplate to use that
- framework from jdots/pixelegg template no longer overwrites window.egw_refresh, but egw.refresh calls framework.refresh for regular refreshs if framework is present
2014-05-22 15:29:14 +00:00
Hadi Nategh
d322ee7ec4
Add print item in infolog context menu and onload print functionality
2014-05-20 10:51:37 +00:00
Nathan Gray
354a8426af
- Fix $action gets lost if an action (delete) is done
...
- Fix deleted filter + link showed no results
2014-04-28 20:25:40 +00:00
Hadi Nategh
ffb1159851
Fix setting nm left_header to a none existing template in infolog index
2014-03-07 11:55:11 +00:00
Nathan Gray
8b9f806b1f
- Fix start date filter date selection
...
- Add end date filter (uses date selection)
2014-03-06 22:12:50 +00:00
Ralf Becker
3e07afb9ac
using new et2_ready signature incl. template name and fixed IDE warnings
2014-03-03 09:28:56 +00:00
Nathan Gray
c7de2d229d
Better check to make sure change callback doesn't run during template rendering - handles template reloads
2014-01-10 15:02:50 +00:00
Nathan Gray
5ae4da09cd
Make sure change callback doesn't run during template rendering
2014-01-10 14:25:41 +00:00
Nathan Gray
1bace180cf
- Fix add popup with extras to handle multiple infolog nextmatches
...
- Fix setting primary link
2013-11-28 17:34:28 +00:00
Nathan Gray
5c6cceaa53
- Add js function to open a edit dialog with some fields pre-filled (type, category, action), use for buttons in nm right header
...
- Use different DOM ID for list when called from elsewhere
2013-11-27 00:17:08 +00:00
Ralf Becker
6d226a7921
split constructor function and place of instanciation for app.js objects: app[appname] = new app.classes[appname]();
2013-11-04 20:54:23 +00:00
Ralf Becker
a6311fa1a3
creating and using an app-specific egw object
2013-10-07 16:53:13 +00:00
Hadi Nategh
9341d7d31a
Fix Add link in infolog SideMenu by using egw.open()
2013-09-25 09:20:32 +00:00
Hadi Nategh
49f9935b60
Fix to open the edit popup window with right size, attempts to open from sidemenu "Add" link
2013-09-19 13:47:02 +00:00
Hadi Nategh
a661d52de2
Infolog: Prefix name on css classes
2013-09-19 12:52:50 +00:00
Hadi Nategh
019db13e33
Handle, infolog->add link in sidebox menu via app.js, instead of using inline script on infolog_hook
2013-09-13 13:51:33 +00:00
Ralf Becker
af6e15e5cd
removed left over prefix
2013-08-28 13:28:15 +00:00
Hadi Nategh
7ee2c05955
remove extra app prefixes from method names in app.js, for both infolog and timesheet applications
2013-08-27 10:46:42 +00:00
Hadi Nategh
9217768b07
Add new app.js to infolog application, missing from r43502.
2013-08-26 09:45:43 +00:00