Commit Graph

1682 Commits

Author SHA1 Message Date
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
Nathan Gray
8816fd6e0f Handle selected columns as string or array without warning 2014-03-24 19:32:21 +00:00
Nathan Gray
ab8cc893f7 Handle selected columns as array without erroring 2014-03-24 17:00:54 +00:00
Nathan Gray
02ea708a38 Fix links disappearing when changing between details / no details
- stop trying to change columnselection_pref from the server, app.js handles it and nextmatch doesn't support it
- send links based on preference, not filter.  This way they're in the client side row cache, and can be displayed.
2014-03-24 16:31:30 +00:00
Hadi Nategh
4bc2595d36 Implement infolog responsible filed in edit popup with menupopup 2014-03-18 12:03:55 +00:00
Hadi Nategh
3a6a02de89 Fix issue in pixelegg template which shows scrollbar on description tab in infolog edit popup, even if it has no content yet 2014-03-18 11:11:50 +00:00
Stefan Reinhardt
1ee7878f0e INFOLOG:
nextmatch_header_row => favorite filter -> fix css
2014-03-14 16:14:22 +00:00
Nathan Gray
617928f00b Changes to allow / use some etemplate2 features
- Accept & deal with full linked value, not just a string
- If multiple linked entries are selected, show 'Multiple' instead of 'null'
2014-03-13 19:09:33 +00:00
Hadi Nategh
b4372023bb Fix more wrong commenting in app.css 2014-03-12 13:42:34 +00:00
Hadi Nategh
f84d2b9047 Style date-duration explicitly for infolog edit dialog 2014-03-12 13:16:40 +00:00
Ralf Becker
bec9fe838e use 16px width like for other status icons 2014-03-12 12:01:27 +00:00
Hadi Nategh
9e4b61e467 Fix not displaying # simbol for infolog id in edit dialog 2014-03-12 11:52:02 +00:00
Hadi Nategh
3a8044223c Add break column in infolog edit popup edit and a few more changes 2014-03-12 11:19:07 +00:00
Ralf Becker
3c91753e80 moving add-icon(s) from header_right to header_row 2014-03-12 10:12:29 +00:00
Stefan Reinhardt
2f2440dcd6 Infolog edit Dialog - fix css + less + images
change postion dialogHeader - ICON and Info_number

edit.xet - put some classes in
2014-03-11 16:51:36 +00:00
Hadi Nategh
7c94180662 Add dialogHeader and footer classes to edit popup template. Additionally, add right et2_fullwidth class to parent link_entry field 2014-03-11 12:34:29 +00:00
Ralf Becker
94f468095d disable favories dropdown button if not called from infolog (eg. CRM view) 2014-03-10 19:47:09 +00:00
Hadi Nategh
211528175a Apply fullWidth to infolog edit popup window 2014-03-10 09:14:53 +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
Hadi Nategh
6a561ee678 Depricated field from infolog edit popup 2014-03-07 11:54:01 +00:00
Nathan Gray
7ad4ebfdea Remove nextmatch export button 2014-03-06 22:30:44 +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
Nathan Gray
11e01aaa41 Avoid warning about $field['type2'] already array by checking before exploding 2014-03-06 21:59:48 +00:00
Hadi Nategh
e2c8bb4425 Clean up infolog edit template 2014-03-06 14:39:15 +00:00
Hadi Nategh
a101b45916 Re arrange infolog edit popup template 2014-03-05 15:26:27 +00:00
Ralf Becker
c6e891952b remove favorite stuff, default is just right 2014-03-04 16:34:07 +00:00
Ralf Becker
c28f980db3 avoid "InfoLog - " app-header 2014-03-04 15:38:56 +00:00
Nathan Gray
facdd8143b Don't preserve links so user can delete them if they want. 2014-03-04 00:27:21 +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
afbc73392c Remove legacy action readonlys 2014-02-27 20:53:14 +00:00
Hadi Nategh
f4d6234978 Remove legacy actions from infolog listview 2014-02-26 16:47:48 +00:00
Ralf Becker
68849834f9 pixelegg changes up until now 2014-02-21 12:52:54 +00:00
Ralf Becker
da3fd08d29 pixelegg changes from today 2014-02-20 19:42:52 +00:00
Ralf Becker
1d1dbd252c fixed missing sorting in inital sync-collection report with empty sync-token 2014-02-20 19:26:02 +00:00
Ralf Becker
a9b6c6e9b4 * CalDAV/CardDAV: fixed support for limited sync-collection report used eg. by Marten Gajdas Android apps 2014-02-20 17:46:15 +00:00
Ralf Becker
94af139465 * CalDAV/CardDAV: entries with urls containing url-encoded chars, eg. from Google calendar, were not send to clients (missing urldecoding in multiget report) 2014-02-20 15:11:27 +00:00
Ralf Becker
1297c32fb2 adding an extra icon for ical export in context menu, so templates can change it independent of mime icons 2014-02-20 11:07:12 +00:00
Ralf Becker
b5a1af92d9 Pixelegg changes from Thursday 2014-02-19 08:21:01 +00:00
Ralf Becker
f0d7751496 removed caret from group favorites, fixed prefered favorite was not show correct initialy nor updated 2014-02-12 21:51:25 +00:00
Ralf Becker
d68349fa1b pixelegg changes until now 2014-02-12 15:50:24 +00:00
Klaus Leithoff
a11c1ba439 translations from our translation server 2014-02-12 13:20:17 +00:00
Ralf Becker
7c02cd3cd4 explicitly loading addressbook css for CRM view and moved loading of infolog javascript to its hook 2014-02-12 11:07:33 +00:00
Nathan Gray
55a7d7352e Don't preserve message, fixes confusion if it shows again. 2014-02-11 23:18:24 +00:00
Ralf Becker
977ffd5768 fix javascript error when opening a new infolog or convert a mail to an infolog 2014-02-11 15:22:21 +00:00
Ralf Becker
458648bf8b pixelegg changes from Wednesday 2014-02-06 07:41:14 +00:00
Nathan Gray
cc628c378a Use egw_framework::message() instead of a label in template, which might stay longer than we want 2014-02-05 23:36:01 +00:00
Ralf Becker
eaf5d3d39b reverted accidently commited changes in infolog 2014-02-04 13:52:12 +00:00
Ralf Becker
84d20661c2 fixed problem reported by Pedro Ribeiro 2014-02-04 13:50:23 +00:00
Ralf Becker
bb3ad1e5c4 et2_required class to display textfields as required, but not actually using required attribute, fixes changing infolog type does not update status for new entries 2014-02-03 16:50:36 +00:00
Ralf Becker
124d15800b renamed offer.png to status.png and use it as default image for all status without an explicit image 2014-02-03 14:09:06 +00:00
Ralf Becker
332d4e5a42 removed gif images for which we have a png image available, as png is now supported by all browsers 2014-02-03 14:04:39 +00:00
Ralf Becker
6844f527d7 fix not working click on status or progress, using now images instead of (in grid not working buttons) and fixed href implementation in progress 2014-02-03 09:58:07 +00:00
Ralf Becker
572a6fa637 remove tooltip/statustext from infolog description 2014-01-30 17:24:22 +00:00
Ralf Becker
0d8051837c translations from Stefan 2014-01-28 13:40:16 +00:00
Ralf Becker
3a263e04e1 fix ide warnings 2014-01-28 10:10:27 +00:00
Ralf Becker
effe2120aa fix ide warnings 2014-01-28 10:08:43 +00:00
Ralf Becker
0c2f0fdcfa fix ide warnings 2014-01-28 10:02:11 +00:00
Ralf Becker
9960468583 * InfoLog: query custom-fields for notifications
and remove static $ignore_acl parameter, as it is only used in no longer necessary read
2014-01-28 09:36:36 +00:00
Ralf Becker
40a13d193b fix ide warnings 2014-01-28 09:22:12 +00:00
Ralf Becker
41ce90ff30 infolog update 1.9.006 changing async_method from (not longer existing) boinfolog to infolog_bo 2014-01-28 08:34:23 +00:00
Ralf Becker
ad57c7ee86 remove addressbook, calendar and infolog classes for xmlrpc, as we droped xmlrpc support 2014-01-28 08:28:20 +00:00
Klaus Leithoff
35dc435ab9 try to tackle problem encountered with mail2infolog/tracker 2014-01-20 13:14:18 +00:00
Nathan Gray
09622e4454 Fix infolog responsible including 'both' as an option by fixing attribute 2014-01-20 09:59:24 +00:00
Ralf Becker
6de6114e22 remove old API browser class, apps only used content_header method with is available as html::browser_header() with identical signature 2014-01-19 09:30:33 +00:00
Ralf Becker
96e0c77fce pixelegg changes from thursday 2014-01-17 08:10:46 +00:00
Nathan Gray
782eb7f14c Fix filemanager context menu item opening in iframe 2014-01-16 17:23:39 +00:00
Nathan Gray
9740d35e3b Fix list registry to be ajax / no iframe 2014-01-16 14:51:35 +00:00
Ralf Becker
32701f01fc removing all svg images, but navbar, about and logo, we will readd them once proper styling is ready 2014-01-16 12:09:50 +00:00
Ralf Becker
7cc91b0046 new&modified images from pixelegg 2014-01-15 18:04:11 +00:00
Klaus Leithoff
1b72d90ec5 silence duration format error log in infolog constructor 2014-01-15 14:34:28 +00:00
Klaus Leithoff
60bb090278 pixelegg changes from wednesday, new/changed images and styles 2014-01-15 13:46:14 +00:00
Ralf Becker
629bd6f2ee added pixelegg/less/svg.css stylesheet and id reflecting their name to all svn image 2014-01-14 16:14:51 +00:00
Klaus Leithoff
e5acab5fb9 pixelegg changes from tuesday 2014-01-14 16:04:20 +00:00
Nathan Gray
637ebac127 Fix sidebox entry 'Infolog list' opens infolog in iframe 2014-01-14 15:11:51 +00:00
Nathan Gray
a3d626176a Remove some no longer needed preferences 2014-01-14 15:05:23 +00:00
Nathan Gray
3b443f976d Fix link entry widget not expanding after hiding app selectbox 2014-01-14 13:48:11 +00:00
Ralf Becker
21bb9ef481 pixelegg changes from monday 2014-01-14 08:20:32 +00:00
Ralf Becker
c72c937341 pixelegg changes from friday 2014-01-11 18:52:09 +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
Klaus Leithoff
2ebf237504 pixelegg changes from today 2014-01-10 11:07:08 +00:00
Ralf Becker
dbb4de0876 pixelegg changes from yesterday 2014-01-10 05:26:20 +00:00
Ralf Becker
b59524c4f6 pixelegg changes from today 2014-01-08 18:49:29 +00:00
Hadi Nategh
8cc3603ec0 Fix infolog customfield-type 2014-01-08 14:36:11 +00:00
Klaus Leithoff
4d52be1f1c pixelegg changes from yesterday 2014-01-08 07:58:33 +00:00
Klaus Leithoff
e7922714ae * eMail/Mailhandling: introduce option >mail text only< for better control of import of mails to other apps 2014-01-07 12:58:35 +00:00
Ralf Becker
6fd7ed4b2d * CalDAV/CardDAV: only advertice sync-collection report, if we track deleted entries (history-logging enabled, not working otherwise) 2014-01-07 11:10:51 +00:00
Klaus Leithoff
3b971148d5 silence warning regarding custom field types 2014-01-07 10:27:24 +00:00
Klaus Leithoff
a469a1254b translations provided by stefan becker 2014-01-07 08:12:01 +00:00
Ralf Becker
44d5801015 allow to prefix alternative name with a minus to substract instead of adding its value 2014-01-06 13:05:51 +00:00
Klaus Leithoff
72b01700e5 Pixelegg changes 2014-01-06 08:47:48 +00:00
Klaus Leithoff
77dc45e0af pixeleggs work of the day (20th.Dez) 2013-12-20 14:32:40 +00:00
Klaus Leithoff
3dbd116986 pixelegg changes from 19.Dez 2013-12-20 09:38:39 +00:00
Klaus Leithoff
307cac1e03 pixelegg changes from 19.Dez 2013-12-20 09:35:46 +00:00
Klaus Leithoff
841afa5ba0 translations from translation server; thanks to thoose that contributed 2013-12-18 09:17:12 +00:00
Klaus Leithoff
b41be95681 latest pixelegg changes 2013-12-16 09:37:11 +00:00
Ralf Becker
1c7887ca6a Pixelegg changes from Thursday 2013-12-12 20:27:35 +00:00
Ralf Becker
f3cb31ccf5 * CalDAV/InfoLog: fixed not working sync-collection report, eg. used by eM client 2013-12-12 01:54:16 +00:00
Nathan Gray
d65b40046a Move sidebox favorites & backend out of nextmatch and into framework 2013-12-12 00:03:07 +00:00
Nathan Gray
566371f0b4 Make subject required, change projectmanager from projectmanager-select to link-entry widget 2013-12-11 23:10:37 +00:00
Nathan Gray
63224d09ab Cast info_id_parent from string back to integer
Fixes Parent: false in edit dialog by using correct data type
2013-12-10 19:18:05 +00:00
Ralf Becker
921eaf73f1 pixelegg changes from last week 2013-12-08 21:38:36 +00:00
Nathan Gray
928c562797 Fix bad argument to etemplate->exec() 2013-12-05 20:58:48 +00:00
Nathan Gray
4668d432cc - Change edit dialog delete confirm to use new et2_dialog.confirm() 2013-12-05 20:58:19 +00:00
Nathan Gray
2600b84805 Remove Add link row 2013-12-04 15:49:34 +00:00
Klaus Leithoff
68f2605cf4 translations generated/retrieved on translation site: Thank you for your contributions 2013-12-04 10:31:41 +00:00
Ralf Becker
0a23e69fdf pixelegg changes from monday 2013-12-03 07:06:08 +00:00
Nathan Gray
b87a366481 Make edit dialog Subject input full width (again?) 2013-11-29 21:38:52 +00:00
Klaus Leithoff
d5eb20e3b2 * Infolog/Notification: when notifying asyncronously , make sure possible customfields are read, as search does not supply these
this results in an additional read per entry and user to be notified, but avoids duplicate rows in search results and the extra effort to check for customfields and their values for async notification only
2013-11-29 12:07:19 +00:00
Ralf Becker
3e471a8fb5 pixelegg changes 2013-11-28 20:21:17 +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
5c7a290ac9 pixelegg changes from last week 2013-11-25 03:19:58 +00:00
Ralf Becker
6d65b16223 latest pixelegg changes 2013-11-22 05:28:19 +00:00
Nathan Gray
c6388f3d89 Fix context menu add / remove links 2013-11-21 23:30:57 +00:00
Nathan Gray
c83c7edaf2 Fix context menu group popup options, removes 'Both' option 2013-11-21 23:30:40 +00:00
Ralf Becker
bb56c0aa45 pixelegg changes 2013-11-21 04:18:09 +00:00
Ralf Becker
cd99f101a1 pixelegg changes from yesterday 2013-11-20 08:41:17 +00:00
Ralf Becker
3425b22074 re-added accidently removed app.css 2013-11-19 22:02:37 +00:00
Ralf Becker
ed2e3e3bc2 fix warning if $pm_config["duration_units"] is no array 2013-11-19 21:59:42 +00:00
Ralf Becker
2b7d9af0a2 reverting to previous app.css file and remove app.less files, as they are not used by pixelegg template and create some glitches, might re-introduce .less for regular templates later 2013-11-18 19:57:38 +00:00
Ralf Becker
f8752688e0 pixelegg changes from today 2013-11-15 17:09:58 +00:00
Nathan Gray
758a4557de Restore 'No filter' option for default filter 2013-11-14 21:51:52 +00:00
Ralf Becker
727cdc83b3 newewst pixelegg changed from today 2013-11-14 19:29:55 +00:00
Nathan Gray
a97ca723d3 Allow app.appcode.function(); calls in sidebox in addition to global functions. Needs the (); at the end though. 2013-11-14 16:50:16 +00:00
Nathan Gray
00a3290d97 Get infolog list working in contact view 2013-11-13 22:44:28 +00:00
Nathan Gray
1d54a4d3d6 Fix custom fields for a type not detected, so tab was incorrectly disabled 2013-11-13 16:51:15 +00:00
Nathan Gray
de64622b99 Fix missing project manager time units 2013-11-12 21:38:25 +00:00