- Sep 24, 2011
-
-
Florian Pritz authored
This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
If you don't have any contacts, it would display a non-functioning delete button. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The browser added random line breaks between the label and input field making it hard to see what's what. Now we break lines intentionally just like in setpropertyform. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Don't depend on allow_url_fopen being enabled when we already use curl elsewhere in the code. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
If you have bookmarks, but there are no tags in oc_bookmarks_tags, the query doesn't return any results. Using a left join fixes this. Reference: http://stackoverflow.com/questions/3171276/select-multiple-tables-when-one-table-is-empty-in-mysql Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
edit() tried to do that, but it used $id which is the event id and not the calendar id. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The checkboxes don't work because files.js is missing. Adding it leads to the problem that it relies on files/ajax and most of the code only works for logged in users. The actions div contains undefined variables and doesn't work either. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
The rfc [1] only mentions "DATE-TIME" and after this change events created in the web ui can be imported by lightning. Before it threw a syntax error. [1]: https://tools.ietf.org/html/rfc5545 Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
This ended up as "\n\\n" in the data base and the escaped \n was also visible in the edit form. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
These methods are called statically so make them static. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Florian Pritz authored
Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
Jan-Christoph Borchardt authored
-
- Sep 23, 2011
-
-
Bart Visscher authored
-
Bart Visscher authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
fixed contacts strings (no technical stuff in the interface, don't scream at people, ...), ready for translation
-
Bart Visscher authored
- change value to "Please wait...." - disable all the inputs & buttons - submit new form, because disabled inputs are not submitted to the server
-
Bart Visscher authored
-
Jan-Christoph Borchardt authored
-
Jakob Sack authored
-
- Sep 22, 2011
-
-
Robin Appelman authored
-
- Sep 20, 2011
-
-
Bart Visscher authored
-
- Sep 18, 2011
-
-
Bart Visscher authored
Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
-
Bart Visscher authored
-
Bart Visscher authored
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
-
Bart Visscher authored
-
Bart Visscher authored
-
Bart Visscher authored
-
Bartek Przybylski authored
-
Robin Appelman authored
-
Bartek Przybylski authored
-
- Sep 17, 2011
-
-
Robin Appelman authored
-
Robin Appelman authored
-