aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-072-11/+23
| | | | wide modal dialog.
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-072-2/+2
|\
| * update 2 fontawesome iconsTreer2016-05-062-2/+2
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repoAndrew Manning2016-05-061-5/+9
|\|
| * use section-content-info-wrapper class for info textMario Vavti2016-05-061-2/+2
| |
| * use darker background colour only for searchbarMario Vavti2016-05-061-3/+7
| |
* | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-052-1/+2
|\|
| * provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-1/+1
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-041-5/+24
| |\
| * | add categories to apps (wip)redmatrix2016-05-041-0/+1
| | |
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-043-7/+30
|\ \ \ | | |/ | |/|
| * | add help to some permissions dialogsTreer2016-05-051-2/+4
| | |
| * | Refine permissions dialog UITreer2016-05-041-5/+22
| |/
| * ensure that important system fields are passed through the appman editorredmatrix2016-05-031-0/+4
| |
| * more background work for app management - give every member a copy of all ↵redmatrix2016-05-031-2/+2
| | | | | | | | the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
* | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-031-1/+1
|\|
| * Merge pull request #365 from Treer/fontawesomegit-marijus2016-05-031-1/+1
| |\ | | | | | | another font-awesome icon
| | * another font-awesome iconTreer2016-05-041-1/+1
| | |
* | | Increased PHPGit timeout to 120 seconds for large repos. Retrieve Readme.md ↵Andrew Manning2016-05-031-1/+10
| | | | | | | | | | | | and render on plugins page.
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-034-1/+13
|\| |
| * | more security stuffredmatrix2016-05-021-13/+3
| | |
| * | a couple of bugfixes from earlier checkins and implementation of source tagsredmatrix2016-05-012-0/+2
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-012-2/+8
| |\ \
| * | | some much needed work on oembed securityredmatrix2016-05-012-0/+20
| | | |
* | | | AJAX and spinner for add repo form submission. Repo info will be displayed ↵Andrew Manning2016-05-032-2/+26
| | | | | | | | | | | | | | | | below the form.
* | | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-012-2/+8
|\ \ \ \ | | |/ / | |/| |
| * | | fix mime-type icons in /cloudMario Vavti2016-05-011-1/+1
| | | |
| * | | make weblink and attach button hideable and some minor fixesMario Vavti2016-05-011-1/+7
| |/ /
* | | New plugin repo is cloned to /store/pluginrepos/REPONAME for analysisAndrew Manning2016-05-011-14/+15
| | |
* | | Create form on admin/plugins page to add plugin git repo using PHPGitAndrew Manning2016-05-012-4/+23
|/ /
* | Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-0182-343/+343
|\| | | | | Update Font-Awesome to 4.6.1
| * update icon names in view/Treer2016-05-0181-342/+342
| |
| * update icon names in include/Treer2016-05-011-1/+1
| |
* | css fixMario Vavti2016-04-301-1/+1
|/
* get rid of the unused ispublic variableMario Vavti2016-04-292-12/+1
|
* some work on making mod editpost use status_editor() - if you find anything ↵Mario Vavti2016-04-291-5/+5
| | | | related to jot broken please revert this commit
* This setting isn't implemented so remove the UI until it is.redmatrix2016-04-281-3/+0
|
* provide help button in context help popupMario Vavti2016-04-281-5/+4
|
* some refinements on jotMario Vavti2016-04-271-13/+20
|
* hopefully fix jot dropdown visibility issueMario Vavti2016-04-261-3/+5
|
* make it more obvious what is behind the dropdownsMario Vavti2016-04-253-14/+14
|
* make the link to /help in dropdown conditional to the use of context helpMario Vavti2016-04-231-1/+1
|
* pull-right is not needed hereMario Vavti2016-04-231-1/+1
|
* simplify context help js and move it to main.js where all the nav related js ↵Mario Vavti2016-04-232-54/+9
| | | | resides, do not close the context help if we click outside of it - members might want to work on something while help is open, move the link to /help to dropdown-menu.
* only display help button in collapsed panel if context help is enabledMario Vavti2016-04-231-2/+4
|
* make it icon-question-sign for contextual and icon-question for normal help ↵Mario Vavti2016-04-221-2/+2
| | | | instead of adding a caret-down
* No idea how long RSD (Really Simple Discovery) has been broken. I had no ↵redmatrix2016-04-212-0/+16
| | | | idea it was even here.
* indicate if we will be displayed contextual help or default helpMario Vavti2016-04-211-2/+2
|
* fix help button for collapsed stateMario Vavti2016-04-212-4/+4
|
* some fixes for contextual help and disable transition animation for now - it ↵Mario Vavti2016-04-212-14/+18
| | | | looked really wired because main moved with a different speed than help-content and help-content can not be displayed under the panel as it is implemented now.