Commit Graph

20 Commits

Author SHA1 Message Date
Daphne Muller
2b41e6741e Update tutorial.rst
Added a link to the new tutorials

Signed-off-by: Daphne Muller <86835268+DaphneMuller@users.noreply.github.com>
2023-02-09 13:38:47 +01:00
Christoph Wurst
1053dfadf7 Document deprecation of pascal case DI container parameters
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-03 14:55:35 +01:00
Carl Schwan
888ad06e72 Cleanup part of the developer api
- Port away from deprecated stuff
- Update php syntax

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-16 15:53:27 +02:00
Helen Koike
33bb9d9f30 Remove meaningless note regarding "testEcho" from tutorial
"testEcho" method isn't mentioned anywhere else in the tutorial and it
is not present in the app-tutorial git repository either.

Executing `git log -S testEcho` in both repositories doesn't show the
string in any other place, so remove the note.

Signed-off-by: Helen Koike <helen@koikeco.de>
2022-03-10 12:09:29 -03:00
Christian Wolf
39db36fdb2 Fixed some more links in the dev manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 14:50:02 +01:00
Christoph Wurst
334d2865db Fix dev manual links to the app controllers page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-22 10:38:11 +01:00
Carl Schwan
f31f02f611 Merge pull request #7178 from nextcloud/work/dev_settings
Add setting section in the app developement tutorial
2021-10-14 11:40:10 +02:00
Carl Schwan
b83a86ef18 Add setting section in the app developement tutorial
Fix #7158

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-14 11:13:16 +02:00
Seth Falco
3c9b9487ac typo: update formatting and correct capitalization
Signed-off-by: Seth Falco <seth@falco.fun>
2021-09-02 13:31:26 +02:00
Daniel Kesselberg
adc48b1b4a Update example code for newer phpunit
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-17 14:52:16 +02:00
Vincent Petry
1f5ffe8253 Remove traces of migrations:generate-from-schema
Remove traces of occ migrations:generate-from-schema which was removed
in NC 22.

Also adjust text that specifies that now ALL migrations:* commands are only
available in debug mode.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-06-17 15:33:53 +02:00
schrotie
2de73e45a9 Update tutorial with dev-setup alternative
Added a much simpler and less intrusive alternative development setup using podman or docker.
2021-04-28 12:03:38 +02:00
Morris Jobke
5f1ca13ddb Merge pull request #6093 from michalhuras/patch-3
Update tutorial.rst
2021-03-16 22:36:35 +01:00
Tobias Kaminsky
d480f93ff9 DI is now case sensitive: changing IDBConnection 2021-02-04 09:09:44 +01:00
Michał
8a13faa6c0 Update tutorial.rst
Typing error (excute->execute)
2021-01-31 11:46:30 +01:00
nienzu
3c2d2a1c0a Correct some spelling errors in app tutorial 2020-10-08 17:56:12 +08:00
dassio
7f3adcb809 add migration to tutorial
Signed-off-by: dassio <dassio@icloud.com>
2020-10-04 17:11:32 +01:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +02:00
dassio
7eac51fbbf add example for type annotattion
Signed-off-by: dassio <dassio@icloud.com>
2020-08-19 23:10:03 +01:00
Christoph Wurst
2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00