Stephan Bösch-Plepelits
|
21486ede2e
|
Every category type should have a load() method
|
7 years ago |
Stephan Bösch-Plepelits
|
2060a4a435
|
OpenStreetBrowserLoader: handle invalid id
|
7 years ago |
Stephan Bösch-Plepelits
|
d609b8498c
|
Improve TwigJS documentation
|
7 years ago |
Stephan Bösch-Plepelits
|
572d3b4f8a
|
CategoryOverpass: limit data which is available to rendering info
|
7 years ago |
Stephan Bösch-Plepelits
|
8304df8c84
|
Repositories: scan_dir, file_get_contents, file_put_contents
|
7 years ago |
Stephan Bösch-Plepelits
|
e9f19b122f
|
Category: don't show repositoryId if not set
|
7 years ago |
Stephan Bösch-Plepelits
|
7339a6ce9c
|
OpenStreetBrowserLoader.getRepo: remember request result, always call callback
|
7 years ago |
Stephan Bösch-Plepelits
|
66a91b1f44
|
OpenStreetBrowserLoader: improve error handling
|
7 years ago |
Stephan Bösch-Plepelits
|
a62837bae4
|
addCategories: improve styling
|
7 years ago |
Stephan Bösch-Plepelits
|
ae1da77812
|
Unify link style
|
7 years ago |
Stephan Bösch-Plepelits
|
9d7d2d3053
|
OpenStreetBrowserLoader: unify code for id resolving
|
7 years ago |
Stephan Bösch-Plepelits
|
923580378d
|
OpenStreetBrowserLoader: fix cache
|
7 years ago |
Stephan Bösch-Plepelits
|
91f958ae02
|
CategoryIndex: load sub categories from same repository
|
7 years ago |
Stephan Bösch-Plepelits
|
c8a79a9724
|
fix base
|
7 years ago |
Stephan Bösch-Plepelits
|
8b9f9f06b3
|
OpenStreetBrowserLoader: read repository from options, if set
|
7 years ago |
Stephan Bösch-Plepelits
|
2b3bfb0af7
|
Prepare passing options to Categories
|
7 years ago |
Stephan Bösch-Plepelits
|
5dd387921d
|
OpenStreetBrowserLoader: load templates from repositories
|
7 years ago |
Stephan Bösch-Plepelits
|
ceba05da22
|
Repositories: include templates
|
7 years ago |
Stephan Bösch-Plepelits
|
7a5dd98396
|
fix
|
7 years ago |
Stephan Bösch-Plepelits
|
746e1093d9
|
Repository: exclude json files which are not categories
|
7 years ago |
Stephan Bösch-Plepelits
|
4997dd55de
|
Repository: split common code to RepositoryBase
|
7 years ago |
Stephan Bösch-Plepelits
|
ca51637002
|
repo.php/addCategories: repositoryUrl and categoryUrl
|
7 years ago |
Stephan Bösch-Plepelits
|
8e48595194
|
repo.php: don't call getRepositories() twice
|
7 years ago |
Stephan Bösch-Plepelits
|
5814643141
|
repo.php: structure repository result
{
"timestamp": rfcdate,
"categories": {
"id": ...
}
}
|
7 years ago |
Stephan Bösch-Plepelits
|
e7e29197d5
|
repo.php: rename newestTimestamp(), info() includes timestamp
|
7 years ago |
Stephan Bösch-Plepelits
|
f0f7478d4e
|
Repositories: separate repo/category parts by '/'
|
7 years ago |
Stephan Bösch-Plepelits
|
f26ead7c8e
|
Repositories: include repositories from gitea (via $config['repositories_gitea'])
|
7 years ago |
Stephan Bösch-Plepelits
|
14d44c80c1
|
Repositories: move code to src/repositories.php; configure $config['repositories']
|
7 years ago |
Stephan Bösch-Plepelits
|
fd349d1d5f
|
repo.php: new repository type 'git'
|
7 years ago |
Stephan Bösch-Plepelits
|
1b030293d0
|
repo.php: getRepo() to load repository class
|
7 years ago |
Stephan Bösch-Plepelits
|
aaba36ebc9
|
repo.php: split code into class RepositoryDir
|
7 years ago |
Stephan Bösch-Plepelits
|
28db34cf93
|
addCategories: add edit link
|
7 years ago |
Stephan Bösch-Plepelits
|
1d51c1f3ff
|
addCategories: back links & headings
|
7 years ago |
Stephan Bösch-Plepelits
|
10fe71268c
|
addCategories: list repos or categories
|
7 years ago |
Stephan Bösch-Plepelits
|
d13385c085
|
OpenStreetBrowserLoader.getRepo(): no id -> load list of repos
|
7 years ago |
Stephan Bösch-Plepelits
|
b66553765b
|
repo.php: if no repo parameter is given, list repositories
|
7 years ago |
Stephan Bösch-Plepelits
|
13a4424ab8
|
repo.php: select repo to list
|
7 years ago |
Stephan Bösch-Plepelits
|
ab2e9ab4a5
|
Add Categories: show list of categories in repo
|
7 years ago |
Stephan Bösch-Plepelits
|
9b7bf93f44
|
Categories: if cat. is from alternative repo, print repo name
|
7 years ago |
Stephan Bösch-Plepelits
|
73dee9e5e6
|
OpenStreetBrowserLoader/repo.php: load alternative repositories
|
7 years ago |
Stephan Bösch-Plepelits
|
35a01460fe
|
OpenStreetBrowserLoader: split getRepo() from getCategory()
|
7 years ago |
Stephan Bösch-Plepelits
|
92b39f59e2
|
OpenStreetBrowserLoader: optional parameters 'options'
- getCategory()
- getTemplate()
|
7 years ago |
Stephan Bösch-Plepelits
|
1cec6a9240
|
OpenStreetBrowserLoader: load repository in one http request
|
7 years ago |
Stephan Bösch-Plepelits
|
ce8a1c2a5d
|
OpenStreetBrowserLoader: avoid duplicate categories
|
7 years ago |
Stephan Bösch-Plepelits
|
0f6f004ca1
|
Twig function osmDateParse()
|
7 years ago |
Stephan Bösch-Plepelits
|
0c70d08209
|
CategoryOverpass: workaround, sometimes mouseout doesn't get fired
|
7 years ago |
Stephan Bösch-Plepelits
|
a966aa0768
|
twigFunctions: matches always casts to string
|
7 years ago |
Stephan Bösch-Plepelits
|
c773aca9aa
|
Change order of included css
|
7 years ago |
Stephan Bösch-Plepelits
|
662a7f1104
|
Support offsetting lines
|
7 years ago |
Stephan Bösch-Plepelits
|
f1967d4d94
|
Bugfix d9e6d4a2f047e7dc3aedc1a886976baa16305b74: hide tools when category closes
|
7 years ago |