Commit Graph

1609 Commits

Author SHA1 Message Date
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
Ralf Becker
d6ce36d735 bump versions to 14.1 2014-06-24 10:00:50 +00:00
Hadi Nategh
8c276bfe96 Remove "placeholder" link from help tooltip of preferences 2014-06-24 09:47:08 +00:00
Ralf Becker
ffae12e240 * all apps: custom-fields are now stored in own egw_customfields table (no more limit on number), site configurations get now JSON serialized 2014-06-23 14:35:22 +00:00
Nathan Gray
228d3e9614 Add placeholders for parent 2014-06-18 15:50:23 +00:00
Nathan Gray
3f8ac20b7a Add a note for if we get back to import/export re-structuring 2014-06-18 14:35:44 +00:00
Ralf Becker
a2e03406d2 also notify about sub-entries 2014-06-17 10:39:12 +00:00
Nathan Gray
52c9a86704 addr_id function moved to importexport_basic_import_csv so it can be used for all apps 2014-06-16 20:08:17 +00:00
Hadi Nategh
630f4558d9 Fix IDE documentation warning 2014-06-12 12:34:50 +00:00
Ralf Becker
2072869ffe fixed wrong "Startdate must be before enddate" validation error, if no start- or end-date given 2014-06-11 10:47:23 +00:00
Nathan Gray
a866eb5ed9 Fix details filter not properly changing 2014-06-04 18:43:21 +00:00
Nathan Gray
a1530d728c Fix price so selecting price list item fills in unit price field 2014-06-04 15:14:14 +00:00
Hadi Nategh
a7ecc60a5e Make sure that _links is not undefined 2014-05-27 13:36:40 +00:00
Ralf Becker
577e336b0e fixed typo preventing update of entries in InfoLog list 2014-05-27 09:53:09 +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
c04f0ccc8f fix not updated infolog in list, when timesheet is booked on it: added "row_mod" as maximum of info_modified, link_lastmod (incl. deleted ones) and timesheet_bo::sum() max_modified 2014-05-24 10:59:03 +00:00
Ralf Becker
50baa1af34 fixed different column-selection for "Details" and "No details" and therefore not calculated timesheet sum 2014-05-22 16:38:22 +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
6c696a1db0 Silence error log 2014-05-13 23:20:04 +00:00
Klaus Leithoff
09fea87804 translations from our translation server 2014-05-13 14:43:56 +00:00
Nathan Gray
01011c7349 Fix misplaced bracket causing warning message about invalid arguments 2014-05-07 18:36:13 +00:00
Stefan Reinhardt
013062aa00 infolog - less
add - delete +
positioning icons
2014-05-06 16:44:32 +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
5f786d9af3 skip loading (not needed) translations when running during setup 2014-05-05 12:21:47 +00:00
Hadi Nategh
b8dbefb64a Give right width to link tab 2014-04-30 11:04:48 +00:00
Nathan Gray
9586a3b49a Add 10 more pixels to first column 2014-04-29 14:42:00 +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
ad62aa3ea7 Add BlurText to "Responsible" select account field 2014-04-24 12:07:48 +00:00
Klaus Leithoff
79134d7b12 translations from our translation server 2014-04-23 12:39:12 +00:00
Nathan Gray
2772381977 Set fixed size & minimum width for list first column 2014-04-22 17:28:45 +00:00
Hadi Nategh
4f021209bb Margin "Cc" filed in infolog Details tab regarding to "Responsible" filed width 2014-04-15 14:39:19 +00:00
Nathan Gray
3a004a2672 Add link to list of placeholders into app menu 2014-04-14 17:08:43 +00:00
Klaus Leithoff
671a47f6fc remove references to felamimail stuff 2014-04-10 14:33:24 +00:00
Nathan Gray
87f87d4f86 Always update the whole list, since there's no easy way to tell if the filters will exclude the entry 2014-04-07 20:27:57 +00:00
Nathan Gray
89fa0b435c Don't change infolog list header when called by another app 2014-04-07 16:49:42 +00:00
Nathan Gray
cd91e59911 Don't do client-side validation if infolog type is changed 2014-04-02 18:50:20 +00:00
Stefan Reinhardt
79126ae745 infolog: edit - link-to -
button + Datei aussuchen... + Link to Filesystem



app.less
pixelegg.less
2014-04-02 13:08:26 +00:00
Stefan Reinhardt
bd6f7af76e infolog: edit - link-to -
background-image for  link_to + delete



.less
2014-04-02 11:31:00 +00:00
Stefan Reinhardt
dd150cbf44 infolog: edit - link-to - less 2014-04-01 10:02:32 +00:00
Klaus Leithoff
9e4671e5da handle bug on form validation with method used for taglist preparation 2014-03-31 12:40:20 +00:00
Nathan Gray
beab0aca19 Improvements to CRM view hook filtering
- Don't use linked filter, leave that for the user.  Use action, action_id instead, which can't be cleared.
- Don't store query in the session, it will conflict with app tab.  etemplate2 preserves it in the request.
2014-03-26 19:36:54 +00:00
Nathan Gray
a1bd074787 Un-deleting an infolog entry needs a full refresh, not just an update, to remove it from the list of deleted entries 2014-03-26 16:54:09 +00:00
Nathan Gray
69fea7dc9c Fix Un-Delete label on Save button for new infologs 2014-03-26 14:33:03 +00:00
Nathan Gray
660f57e176 Fix for r46370, Fix links disappearing when changing between details / no details
I changed the wrong parameter
2014-03-25 19:49:47 +00:00
Nathan Gray
b9be77fe0f If editing a deleted infolog, change the save label to 'Un-Delete' to be a little more clear, though 'Apply' would work too 2014-03-25 18:53:07 +00:00
Klaus Leithoff
8de2b22eeb solution for taglist used for info_cc; TODO:replace imap_rfc822_parse_adrlist, as we wanted to get rid of those imap extension functions 2014-03-25 11:22:34 +00:00
Nathan Gray
efa8c9b567 Remove no longer needed ab link-entry 2014-03-24 21:37:42 +00:00
Nathan Gray
5b362e4bf5 - Change cc from textbox to taglist-email
- Change responsible account_type from accounts (default) to both.
2014-03-24 20:53:19 +00:00
Nathan Gray
32ef5dd748 Set sortmode=DESC for date columns (and a few others) so newest show up on top for first click on header 2014-03-24 19:34:00 +00:00