Nathan Gray
b66acb3d4b
Fix definition radio option not showing filters
2013-08-09 17:06:09 +00:00
Ralf Becker
066ffc2c25
refactored account_id change script to use information from app-specific tables_current.inc.php instead of a fixed list
2013-06-12 16:57:44 +00:00
Ralf Becker
50ed435eb7
* Calendar/InfoLog/Timesheet/Tracker/ProjectManager: edit focuses now automatic on title input
2013-05-23 09:01:33 +00:00
Ralf Becker
410abc5fb7
* CalDAV/CardDAV/Calendar/InfoLog/Addressbook: changed database schema to allow for up to 200 char name-part in url to support eg. Bynari WebDAV Collaborator Outlook client
2013-05-13 09:35:51 +00:00
Nathan Gray
e8600c5db2
- Fix responsible edit fields not saved
...
- Change responsible edit to multi-checkbox widget instead of chosen
2013-03-19 15:44:38 +00:00
Nathan Gray
7641661cda
Change alignment of buttons in Site config
2013-03-04 17:46:20 +00:00
Nathan Gray
7fb0bbc9d9
Set size of config tabs
2013-02-07 09:39:17 +00:00
Nathan Gray
ad36ac309a
Move site config over to etemplate, and move custom notifications into site config
2013-01-31 19:39:01 +00:00
Nathan Gray
ede9d83142
Implement custom notification messages for infolog
2013-01-30 23:12:52 +00:00
Nathan Gray
ee6834ca54
Implement export filters
2012-12-31 20:38:00 +00:00
Nathan Gray
b83a19284a
UI changes for chosen selectboxes
2012-11-14 20:33:33 +00:00
Nathan Gray
90113ad7eb
Update default definitions with Re-planned time
2012-10-10 16:04:29 +00:00
Nathan Gray
e0a87cbdf4
Remove my custom fields from default import definition
2012-10-09 16:00:08 +00:00
Ralf Becker
4823787316
docu update
2012-09-21 11:26:43 +00:00
Nathan Gray
c9c5a8c77f
Line up contact search with category select
2012-07-23 16:06:11 +00:00
Nathan Gray
5e05113e71
Enlarge description text box, shrink delegation to fit tab without scrolling
2012-07-16 15:18:25 +00:00
Nathan Gray
c510b5f15f
Dates need more space for seconds
2012-07-16 14:35:36 +00:00
Nathan Gray
4483b63f9e
Nice column alignment in edit dialog
2012-07-11 19:02:07 +00:00
Nathan Gray
379427f18f
For et2, reset old parent & new parent so they get updated next refresh. Otherwise, they may not show the change in child until logout/login or parent is actually edited
2012-07-04 22:38:50 +00:00
Ralf Becker
f40c008dd8
add groups to InfoLog owner filter
2012-06-19 10:30:43 +00:00
Nathan Gray
4b8c7bdbe5
Remove blur text '1' on rows - not needed
2012-06-18 15:54:21 +00:00
Nathan Gray
f5e97888eb
Vertically align custom fields to top of tab in edit dialog
2012-06-13 15:35:14 +00:00
Nathan Gray
851918e5b3
Change multi-line label type to html so it works as expected in et2. Could also be a vbox, but then translations would have to be re-done
2012-06-12 18:37:15 +00:00
Ralf Becker
ed5c5593c3
* InfoLog: status filter in index shows now cumulated list of all status translations, if no type is selected (as context menu does too)
2012-05-22 17:39:28 +00:00
Ralf Becker
34edd70a5f
* InfoLog: explicitly name tabs in infolog.edit, to get disabeling of tabs working, even if template added custom ones
2012-05-08 09:58:45 +00:00
Nathan Gray
5750283488
Give contact a little more space
2012-04-16 21:34:38 +00:00
Nathan Gray
ed2faae25b
Remove sub action column completely
2012-04-10 21:13:01 +00:00
Nathan Gray
383a78768f
Get delete confirm popup working with et2 as well as old etemplate
2012-04-10 20:28:31 +00:00
Nathan Gray
f50c5f2799
Update for setup too (r38856)
2012-04-10 15:47:07 +00:00
Nathan Gray
74a79dfad9
Fix link action popup
2012-04-02 19:20:33 +00:00
Ralf Becker
038cff2b6d
wider parent search box
2012-03-28 08:23:45 +00:00
Ralf Becker
5b4c2898b1
* InfoLog: if one of status, percent or datecompleted changed, change others to reasonable values
2012-03-18 14:44:16 +00:00
Ralf Becker
26bebbedd9
* InfoLog/Calendar: renamed context menu "Calendar" to "Schedule appointment" and make preset participants configurable, allow to config prefix for sub-entries and allow times in due-date
2012-02-22 12:31:00 +00:00
Ralf Becker
0037bf4077
* InfoLog/CalDAV: fixed sub-entries created in WebGUI got identical caldav_name as parent and therefore updates of sub-entries did not work as expected
2012-02-18 13:39:56 +00:00
Ralf Becker
89847abae6
added "progress"(-bar) widget to differ from image and using it in templates
2011-09-08 19:00:57 +00:00
Ralf Becker
0ed8be96b5
fixed "jumping" (different hight) tabs
2011-06-28 16:22:04 +00:00
Ralf Becker
3de54c6812
calling the global action-object-manager
2011-06-02 16:54:26 +00:00
Ralf Becker
486e99ec0c
- Implemented a hook for timesheet_ui::edit to query calling apps for additional information to set in new tickets incl. links.
...
Replaces existing $_GET parameters, which are hard to set for new action system.
- also adding category color to infolog and tracker
2011-05-30 14:21:27 +00:00
Nathan Gray
c81bd1a291
Change default charset from utf-8 to user's preferred charset
2011-05-24 15:57:16 +00:00
Nathan Gray
cae8752274
Make default import definitions available only to admins
2011-05-24 15:40:22 +00:00
Ralf Becker
fe62956a96
allow to require custom fields to be filled out by users
2011-05-18 10:25:39 +00:00
Ralf Becker
81ea3b639c
- using now nm_(open|hide|submit)_popup and nm_action => 'open_popup'
...
- fixes not working actions in InfoLog list in Addressbook view
- fixed not working adding/removing of responsible users
2011-05-07 08:51:35 +00:00
Ralf Becker
c0c2a0ed0e
- fixed not working delete - was commented ;-)
...
- using original labels, for which we have translations
- always confirm with popup, not javascript confirm (makes things a lot easier)
2011-05-05 06:30:44 +00:00
Nathan Gray
0ccd420b6b
Use action system to select all
2011-05-04 17:41:51 +00:00
Nathan Gray
cb4f68cd3d
Make template changes to v1.9.002
2011-05-04 17:17:23 +00:00
Nathan Gray
03cd666e8b
Implement client side delete confirmation
2011-05-03 23:31:40 +00:00
Ralf Becker
19cb4ca8d4
- got delegation and link via context working
...
- fixed sometimes not working context, because row id was not set
- disabling close and close all if not applicable
2011-05-03 07:26:32 +00:00
Nathan Gray
e92173afdd
Work on context actions:
...
- Implement view of multiple selected parent / subs
- Implement link + delegation popups
- Fix filemanager action
- Change action selectbox to button, as in timesheet
2011-05-03 00:14:44 +00:00
Ralf Becker
1ef6edd5e8
Context menu for InfoLog: NOT YET COMPLETET, SOME STUFF WILL NOT WORK!
...
ToDo:
- implement view subs or parent from context
- test all context actions (some do not work)
- test CSS based disabling of actions
- change delegation or links popup not yet working (just an alert in index.js)
- delete of entries with subs (serverside confirmation displaying subs) probably not working
2011-05-02 19:41:21 +00:00
Ralf Becker
fd56c47151
* InfoLog/CalDAV: allowing clients to specify URL (name-part), as required by CalDAV spec
2011-04-11 09:29:39 +00:00