Bart Visscher
|
ad12e13f14
|
Tasks: Remove unused code
|
2012-07-21 00:52:49 +02:00 |
Bart Visscher
|
060b8865a4
|
DRY for getting calendar timezone setting
|
2012-07-21 00:45:30 +02:00 |
Bart Visscher
|
1c30a97833
|
Style fixes
|
2012-07-21 00:45:30 +02:00 |
Thomas Tanghus
|
8444fc5787
|
Added CSRF checks to Tasks. Expect some error messages - and report them ;)
|
2012-07-17 11:52:11 +02:00 |
Thomas Tanghus
|
2250fb1159
|
Emit Completed.
|
2012-06-25 20:30:21 +02:00 |
Bart Visscher
|
b17e682609
|
Tasks: Add delete action
|
2012-06-21 19:49:28 +02:00 |
Bart Visscher
|
10351550cd
|
Tasks: Use list label for ordering by list
|
2012-06-21 19:49:28 +02:00 |
Bart Visscher
|
b9e3b0ddf9
|
Tasks: Fix position of the summary input
|
2012-06-21 19:49:28 +02:00 |
Michael Gapczynski
|
b5889d6ffe
|
Merge commit 'refs/merge-requests/127' of git://gitorious.org/owncloud/owncloud into merge-requests/127
Conflicts:
apps/files_external/templates/settings.php
lib/template.php
|
2012-06-13 15:17:46 -04:00 |
Bart Visscher
|
759ddcbf32
|
Tasks: Fix resizing of the content part
|
2012-06-11 20:34:06 +02:00 |
Lukas Reschke
|
f9bf34340c
|
Removed unecessary sanitization
|
2012-06-11 19:49:24 +02:00 |
Bart Visscher
|
4aee5a7ce4
|
Tasks: Use POST for ajax calls that change data
|
2012-06-09 14:39:41 +02:00 |
Bart Visscher
|
64f6534f51
|
Tasks: styling fixes
|
2012-06-04 23:04:31 +02:00 |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
2012-05-31 13:01:30 +02:00 |
Bart Visscher
|
0934a975b2
|
Remove unused L10N variable
|
2012-05-31 13:01:30 +02:00 |
Brice Maron
|
97d682dc13
|
Correct small style problem with task app fix #oc-689
|
2012-05-23 21:02:34 +00:00 |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
2012-05-18 16:06:57 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Frank Karlitschek
|
1945cd6946
|
ported the oc_template class
|
2012-05-06 23:00:36 +02:00 |
Bart Visscher
|
24a8451b2e
|
Tasks: Fix addtask for <5.4 php version
|
2012-05-05 18:48:24 +02:00 |
Bart Visscher
|
2092caf6d3
|
Tasks: Fix add task action
|
2012-05-05 18:16:14 +02:00 |
Bart Visscher
|
d0b7b01737
|
Tasks: Some styling
|
2012-05-04 20:57:37 +02:00 |
Bart Visscher
|
19d2b94837
|
Tasks: More updates to public API
|
2012-05-04 20:20:37 +02:00 |
Bart Visscher
|
eae21f3269
|
Tasks: Fix ajax calls in javascript
|
2012-05-04 17:27:10 +02:00 |
Bart Visscher
|
0006b432f5
|
Tasks: Update for movable apps
|
2012-05-04 17:20:24 +02:00 |
Bart Visscher
|
439467746a
|
Tasks: Update to new public API
|
2012-05-04 17:19:25 +02:00 |
Bart Visscher
|
71f9b1968e
|
Tasks: Make it possible to close the details area
|
2012-05-02 17:28:19 +02:00 |
Bart Visscher
|
6e7f5ec4ce
|
Tasks: Add input to edit the task location
|
2012-04-27 20:26:12 +02:00 |
Bart Visscher
|
c627657fc6
|
Tasks: Fix the display of the list of tasks
|
2012-04-27 17:48:08 +02:00 |
Bart Visscher
|
b704ff1bc7
|
Tasks: Simple add task action
|
2012-04-23 22:13:35 +02:00 |
Bart Visscher
|
728e6a6bf9
|
Tasks: Simple categories input
|
2012-04-23 18:28:44 +02:00 |
Bart Visscher
|
acea156a3d
|
Tasks: Save description field
|
2012-04-20 23:37:42 +02:00 |
Bart Visscher
|
3d68732657
|
Tasks: Due date without time support added
|
2012-04-20 22:56:59 +02:00 |
Bart Visscher
|
1384be4bff
|
Tasks: Task summary is always text, at it as suchs
|
2012-04-20 18:19:10 +02:00 |
Bart Visscher
|
70ba428222
|
Tasks: Make gettasks more robust against malformed VTODO data
|
2012-04-20 18:18:07 +02:00 |
Bart Visscher
|
c75bbb59a9
|
Tasks: Add due property handling
|
2012-04-20 18:16:39 +02:00 |
Bart Visscher
|
921fc59d8f
|
Tasks: Add "more" block containing description
|
2012-04-18 17:28:16 +02:00 |
Bart Visscher
|
6ba30cb713
|
Tasks: Clicking task summary opens input for edit
|
2012-04-17 17:32:21 +02:00 |
Bart Visscher
|
8afeb0fedb
|
Tasks: Implement task lists overview
|
2012-04-16 15:34:14 +02:00 |
Bart Visscher
|
947d2e5705
|
Tasks: Mark task as complete when checking the checkbox
|
2012-04-15 15:39:49 +02:00 |
Bart Visscher
|
19d81068f6
|
Tasks: Code cleanup
|
2012-04-15 15:38:44 +02:00 |
Bart Visscher
|
029e1aced7
|
Tasks: Update to use new categories interface
|
2012-04-14 14:55:37 +02:00 |
Bart Visscher
|
f8b62d49ee
|
Tasks: Ordering of the task list
|
2012-03-08 22:27:29 +01:00 |
Bart Visscher
|
d1b2c10422
|
Tasks: Update task list when adding or updating tasks
|
2012-03-08 22:26:54 +01:00 |
Bart Visscher
|
8f9c852325
|
Add filtering on category, priority and location
|
2012-02-23 21:11:31 +01:00 |
Bart Visscher
|
c768751c23
|
Display more information in the task list
|
2012-02-22 22:06:06 +01:00 |
Bart Visscher
|
f3ebd29661
|
Fix updating task for new calendar API
|
2012-02-22 21:15:57 +01:00 |
Bart Visscher
|
18bac944b4
|
Change loading of tasks to ajax call
|
2012-02-22 20:21:27 +01:00 |
Bart Visscher
|
92db4f8be0
|
Update edittaskform for new calendar API
|
2012-02-22 20:12:54 +01:00 |
Bart Visscher
|
7f754c02f3
|
Change code from using OC_Tasks_VTodo to OC_Tasks_App
|
2012-02-22 20:11:38 +01:00 |