summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use OC_Log instead of error_logRobin Appelman2011-10-1616-67/+47
* make log level configurableRobin Appelman2011-10-166-7/+39
* provide a logging mechanismRobin Appelman2011-10-164-0/+143
* some minor tweaks to oc_dbRobin Appelman2011-10-161-2/+4
* Fix typo in getting var from configBrice Maron2011-10-161-1/+1
* Fetch prefix from config at installation instead of a hardcoded valueBrice Maron2011-10-161-3/+3
* Fix installer for postgresql : correct table detection queryBrice Maron2011-10-161-2/+2
* Merge branch 'calendar' of gitorious.org:owncloud/owncloudGeorg Ehrke2011-10-1696-5851/+20278
|\
| * Merge branch 'master' of gitorious.org:owncloud/owncloud into calendarGeorg Ehrke2011-10-1513-24/+54
| |\
| * | scrolling in calendarGeorg Ehrke2011-10-141-0/+38
| * | Merge branch 'master' into calendarGeorg Ehrke2011-10-1311-14/+50
| |\ \
| * \ \ Merge branch 'master' into calendarGeorg Ehrke2011-10-1011-27/+70
| |\ \ \
| * \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-0836-845/+161
| |\ \ \ \
| * | | | | Fixed editor loading and file saving issueTom Needham2011-10-081-25/+28
| * | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-0713-7/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ace-editor' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-070-0/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into ace-editorRobin Appelman2011-10-071-0/+6
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-0761-146/+804
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Updated saving feedbackTom Needham2011-10-053-4/+25
| * | | | | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-0511-46/+71
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Moved addScript and addStyle calls to app.phpTom Needham2011-10-052-5/+4
| * | | | | | | | | Cleanup of code. Fixed breadcrumb removal issueTom Needham2011-10-051-6/+3
| * | | | | | | | | use texteditor for search resultsRobin Appelman2011-10-052-3/+14
| * | | | | | | | | remove now unneeded textviewerRobin Appelman2011-10-0551-5853/+0
| * | | | | | | | | move some code to where it belongs and remove duplicated editor appRobin Appelman2011-10-0557-20160/+13
| * | | | | | | | | Added all the remaining extensions to filetypesFlorian Jacob2011-10-051-5/+21
| * | | | | | | | | Control events are now bound on the page load rather than everytime the edito...Tom Needham2011-10-041-1/+4
| * | | | | | | | | Save button now removed after closing editorTom Needham2011-10-041-0/+1
| * | | | | | | | | fixed another bug with breadcrumbsMarvin Thomas Rabe2011-10-041-1/+1
| * | | | | | | | | fixed scrollbar issues. fixed missing breadcrumb image.Marvin Thomas Rabe2011-10-042-12/+6
| * | | | | | | | | Added fillHeight() js function for resizing editorTom Needham2011-10-042-7/+8
| * | | | | | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-0421-84/+129
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed breadcrumb issue.Tom Needham2011-10-042-5/+8
| * | | | | | | | | | Updated saving feedback to use loading.gifTom Needham2011-10-043-13/+8
| * | | | | | | | | | Updated control bar styling and save feedback.Tom Needham2011-10-042-16/+23
| * | | | | | | | | | HTML data is now encoded before being shown.Tom Needham2011-10-041-3/+2
| * | | | | | | | | | Merge branch 'master' of gitorious.org:owncloud/owncloud into ace-editorTom Needham2011-10-036-87/+158
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed ajax urlsTom Needham2011-10-031-3/+3
| * | | | | | | | | | | Fixed file saving issue.Tom Needham2011-10-033-14/+59
| * | | | | | | | | | | Added breadcrumb and control bar.Tom Needham2011-10-03190-593/+2604
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Editor now loads on top of files app.Tom Needham2011-10-0140-3/+20097
| * | | | | | | | | | | | Removed unnecessary theme files.Tom Needham2011-09-282-3/+1
| * | | | | | | | | | | | Added support for more file typesTom Needham2011-09-281-1/+7
| * | | | | | | | | | | | Changed theme. Editing is now default action for all supported types. Fixed s...Tom Needham2011-09-284-19/+19
| * | | | | | | | | | | | Replaced urlencode() and urldecode() with htmlspecialchars() and htmlspecialc...Tom Needham2011-09-281-3/+3
| * | | | | | | | | | | | Ficed text encoding bug. Removed unnecessary file retrival callTom Needham2011-09-281-2/+2
| * | | | | | | | | | | | Fixed typo. Added translation support.Tom Needham2011-09-283-7/+6
| * | | | | | | | | | | | Updated copyright info and ajax responsesTom Needham2011-09-283-28/+32
| * | | | | | | | | | | | Implemented ace-editor for basic file editing.Tom Needham2011-09-2855-0/+20150
| * | | | | | | | | | | | Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham2011-09-283-5/+12