aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* move link to /locs to settings menu if we have more than one location and ↵Mario Vavti2016-03-262-41/+40
| | | | some template work on locs
* Add a link to /locs to channel managerMario Vavti2016-03-222-1/+5
|
* whip mod manage into shapeMario Vavti2016-03-222-48/+71
|
* rework salmon - important, update addons also if you have enabled gnusoc addonredmatrix2016-03-201-9/+0
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-201-14/+7
|\
| * make the admin side menu extensible and provide a hook for a channel "move" ↵redmatrix2016-03-191-14/+7
| | | | | | | | operation that federation plugins might use to re-establish connections after a channel move.
* | make >>indicate group members<< in acl selector work again on group > show ↵Mario Vavti2016-03-201-3/+0
|/ | | | or group > dont show is selected
* missing return false for map linkMario Vavti2016-03-191-1/+1
|
* add use as cover photo link to photos viewMario Vavti2016-03-181-14/+33
|
* some work on profile listingMario Vavti2016-03-173-27/+30
|
* bring more structure to profiles editMario Vavti2016-03-175-171/+230
|
* move buttons to dropdown menu and some cleanupMario Vavti2016-03-161-203/+232
|
* still more janitor work on profilesMario Vavti2016-03-161-149/+25
|
* even more janitor work on profilesMario Vavti2016-03-151-12/+5
|
* some heavy lifting porting the old salmon coderedmatrix2016-03-151-0/+9
|
* fix spacingMario Vavti2016-03-131-1/+6
|
* more janitor work on profilesMario Vavti2016-03-131-37/+14
|
* some janitor work on profilesMario Vavti2016-03-122-45/+6
|
* move "generator" to HttpMetaredmatrix2016-03-081-1/+0
|
* removed id by mistake - add it againMario Vavti2016-03-081-1/+1
|
* add generic-content-wrapper and setction-content-wrapper to profile_edit.tplMario Vavti2016-03-082-2/+4
|
* a bit of page cleanup for edit profilesredmatrix2016-03-071-66/+70
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-071-2/+2
|\
| * prevent page jumping if the narrow navbar setting is usedMario Vavti2016-03-071-2/+2
| |
* | Facebook scraper "OpenGraph" support; modules will need to set the required ↵redmatrix2016-03-071-1/+1
|/ | | | fields (type, image, url) as well as any desired optional or type specific fields. We will set the title during pagebuild.
* Also make it clear with (mouse) hover text that you must click on the cover ↵jeroenpraat2016-03-061-1/+1
| | | | photo to show the channel/more
* show cover-photo upload link only for the default profileMario Vavti2016-03-041-1/+1
|
* add cover photo upload link to edit profileMario Vavti2016-03-041-0/+1
|
* fix jot formMario Vavti2016-03-031-11/+11
|
* slide up cover on clickMario Vavti2016-03-031-1/+5
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-031-9/+16
|\
| * UI cleanup for admin profile field management pageredmatrix2016-03-021-9/+16
| |
* | move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-0/+49
|/ | | | (defaults to channel name and addres), move js from redbasic.js to template.
* sort out the with and howlong dependenciesredmatrix2016-03-011-1/+1
|
* profile field admin page (functional only: still needs a lot of HTML/CSS ↵redmatrix2016-03-012-0/+32
| | | | cleanup)
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-016-13/+15
|\
| * fix js error and add id to field input blockMario Vavti2016-03-012-2/+2
| |
| * do not show empty buttons if not logged inMario Vavti2016-03-012-2/+2
| |
| * move preview content outside of editor spaceMario Vavti2016-03-011-1/+2
| |
| * css fixes to make jot look better with background colors or imagesMario Vavti2016-03-012-8/+9
| |
* | Allow configuration of the display order of profile fields. This is an ↵redmatrix2016-03-011-9/+64
|/ | | | important piece of a more general profile configuration framework which will eventually be accessible via the admin page.
* simplify profile edit button(s) and make it useful for multiple profilesMario Vavti2016-02-292-12/+21
|
* make attach_delete() return and comment out album rename functionality since ↵Mario Vavti2016-02-271-0/+2
| | | | this is not supported by the backend at the moment.
* several photo item template fixesMario Vavti2016-02-262-18/+24
|
* provide an edit button for the profile pageMario Vavti2016-02-251-0/+3
|
* we have got a button for events in the nav. no need for it in the tabs if we ↵Mario Vavti2016-02-251-0/+1
| | | | are local.
* issue #216 - calendar sharingredmatrix2016-02-243-3/+41
|
* add 'requires' field to plugin info to list other dependent plugins/addons ↵redmatrix2016-02-241-0/+3
| | | | and disable if dependencies are not installed/enabled
* some work on mod/registerMario Vavti2016-02-223-85/+58
|
* Pimped the pubsites page. I tried to get this into a .tpl-file, but it was ↵jeroenpraat2016-02-211-5/+2
| | | | to complicated for me. Pubsites page is now more narrow (fits on most devices) and location is not taking a complete column (location is almost never used). Also a fix on the auto-create-channel part on the register page.