Commit Graph

16922 Commits

Author SHA1 Message Date
WireShout
241a4c789c Update developer_manual/data-migration.rst 2012-12-12 22:01:28 -05:00
WireShout
c60a23dd70 Update developer_manual/formfactors.rst 2012-12-12 22:00:53 -05:00
WireShout
0ba0637c8c Update developer_manual/theming.rst 2012-12-12 22:00:01 -05:00
WireShout
9590239ef0 Update developer_manual/hooks.rst 2012-12-12 21:59:30 -05:00
WireShout
ee026cc492 Update developer_manual/filesystem.rst 2012-12-12 21:59:05 -05:00
WireShout
6645ef0136 Update developer_manual/getting_started.rst 2012-12-12 21:57:41 -05:00
Jason Spriggs
8eacddaab0 Update access doc 2012-12-12 21:53:08 -05:00
Jason Spriggs
8a8c780b65 App Development Placeholders
App Dev section placeholders created
2012-12-12 21:49:13 -05:00
WireShout
a405b48509 Update developer_manual/roadmap.rst 2012-12-12 21:37:01 -05:00
WireShout
69292493a8 Update developer_manual/testing.rst 2012-12-12 21:35:55 -05:00
WireShout
c6fcf26709 Update developer_manual/juniorjobs.rst 2012-12-12 21:35:31 -05:00
Jason Spriggs
f4af997c52 Base commit for 3 files
juniorjobs
roadmap
testing
2012-12-12 21:33:53 -05:00
Jason Spriggs
8efccaf859 Base commit for 4 files
Code Reviews
Kanban
Styleguide
Translation
2012-12-12 21:14:34 -05:00
WireShout
1200e49e58 Update developer_manual/guidelines.rst
Moved to rST format
2012-12-12 20:59:38 -05:00
Jason Spriggs
a987e6736d test upload
will this work?
2012-12-12 18:23:09 -05:00
Frank Karlitschek
195b1a8b6f add a new theme for documentation version that will be shipped with the ownCloud release. also add new conf files that can be used to generate the documentation. The theme is just a copy of the existing ownCloud website theme with some minor changes like theremoval of the header. 2012-12-12 23:07:08 +01:00
Daniel Molkentin
b11cd90139 Fix build 2012-12-11 16:20:41 +01:00
Daniel Molkentin
3803ef9803 Fix build 2012-12-11 16:12:10 +01:00
Daniel Molkentin
c5c7b99cc0 Merge branch 'stable45'
Conflicts:
	admin_manual/index.rst
2012-12-11 15:57:21 +01:00
Daniel Molkentin
5fbfca6696 Add ported user documentation (from CGI). 2012-12-11 15:01:13 +01:00
Daniel Molkentin
d7c1eabe02 Revert "Add ported user documentation (from CGI)."
This belongs into stable45 first.
This reverts commit fca8b245b7.
2012-12-11 14:46:56 +01:00
Daniel Molkentin
fca8b245b7 Add ported user documentation (from CGI). 2012-12-11 14:45:29 +01:00
Daniel Molkentin
bc49e99e0e Merge pull request #10 from riso/xsendfile
Documented XSendfile support
2012-12-10 00:35:04 -08:00
Bart Visscher
e170cf2ed4 Document prelogin app type 2012-12-07 10:55:53 +01:00
Bernhard Posselt
8c4561e0fa added warnings for annotation usage and fixed a typo 2012-12-06 19:38:31 +01:00
Bernhard Posselt
d4087475fd updated unittest section 2012-12-06 18:10:54 +01:00
Bart Visscher
f7ee606f31 Class include path is without 'apps/' prefix 2012-12-06 11:32:03 +01:00
Bernhard Posselt
5a83966274 updated documentation on the app tutorial upon feedback from multiple people: added mock example for unittests and use annotations for mock objects 2012-12-06 05:23:24 +01:00
Bernhard Posselt
5cd4f7399b fixed setup commands to be universally applyable 2012-12-06 00:42:36 +01:00
Bernhard Posselt
06d6a1fc94 added advanced apptemplate link and removed file tags from directories 2012-12-05 04:15:03 +01:00
Bernhard Posselt
137a4789c3 typo fix 2012-12-05 03:22:35 +01:00
Bernhard Posselt
4fe89f26ed added database examples 2012-12-05 03:19:05 +01:00
Bernhard Posselt
7fa0d16e29 added unittest namespace note 2012-12-04 18:07:26 +01:00
Bernhard Posselt
33aa720782 make unittest examples run with relative paths and phpunit test suites 2012-12-04 18:04:27 +01:00
Bernhard Posselt
cc78ba51a2 improved structure of routing in the tutorial 2012-12-04 02:58:16 +01:00
Thomas Müller
a7bc17433f Adding missing whitespace before { on the examples 2012-12-03 17:37:54 +01:00
Daniel Molkentin
412aa8038b Fix custom mount config chapter structure. 2012-12-03 11:58:12 +01:00
Daniel Molkentin
818c37ea28 Improve HOWTO. 2012-12-03 10:48:09 +01:00
Daniel Molkentin
f1ddd6a251 Add converted (and slightly edited) documentation.
Based on the work of Shlok Inani as part of CCI.
2012-12-03 10:47:02 +01:00
Daniel Molkentin
9cbc8efc1f Add HOWTO a requested on the mailing list 2012-12-02 12:59:32 +01:00
Valerio Ponte
2874068b93 Fixed note and made links anonymous
so that they will not throw a warning on make
2012-12-02 12:30:26 +01:00
Valerio Ponte
cc1a33d345 Fixed links and notes 2012-12-02 12:18:26 +01:00
Valerio Ponte
f87d08710e Documented XSendfile support 2012-12-02 12:18:26 +01:00
Bernhard Posselt
e505c2cfe5 explained issues with closing ?> tag 2012-12-01 22:39:37 +01:00
Bernhard Posselt
94e214dcf3 added translation 2012-12-01 19:40:44 +01:00
Bernhard Posselt
81fa217b8d added tabwidth info 2012-12-01 18:42:59 +01:00
Bernhard Posselt
f8249affb2 added coding style guidelines 2012-12-01 18:41:24 +01:00
Bernhard Posselt
d593fd5719 small hint on security checks after container creation 2012-12-01 02:55:26 +01:00
Bernhard Posselt
67921fdf50 added documentation improvement hint 2012-12-01 02:46:52 +01:00
Bernhard Posselt
627824ec65 added getitems function to model 2012-12-01 02:45:22 +01:00