aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* remove the privacy macros in settings and connedit now that we have privacy ↵friendica2014-10-032-30/+0
| | | | roles attached to the channel. One can still use the advanced permission dialogues, but they shouldn't have a reason to if they created the channel with a suitable channel type - plus it's just a bunch of extra permissions settings to confuse people.
* more work on photosmarijus2014-10-022-4/+24
|
* implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-291-0/+3
| | | | eye for layout can figure out where best to put it.
* some more work on photosmarijus2014-09-282-2/+7
|
* upload first but not inside another {{if}}marijus2014-09-261-1/+1
|
* upload should be firstmarijus2014-09-261-3/+3
|
* fix blockquotemarijus2014-09-261-1/+1
|
* some more work on photos - work in progressmarijus2014-09-262-22/+21
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-262-11/+11
|
* optionally include wall items (posts) in import/exportfriendica2014-09-251-0/+5
|
* Navbar notifications: don't show "nothing new here" unless we've checked and ↵friendica2014-09-201-0/+1
| | | | there's nothing. Until we know for sure, display "Loading...".
* update jg to latest preview release and try once more to really justify the ↵marijus2014-09-202-9/+4
| | | | whole gallery
* closing tagfriendica2014-09-191-1/+1
|
* repeated content collapse on update from display page under rare conditions ↵friendica2014-09-181-1/+0
| | | | (when the conversation hasn't changed)
* add a spinner or two to the new channel page so folks have a clue that we're ↵friendica2014-09-171-0/+2
| | | | doing something in the background - trying to complete the nick field for them (and then check it before they submit).
* channel permission rolesfriendica2014-09-171-0/+7
|
* Fix name attribute of button elements so jquery '.submit()' doesn't breakAlexandre Hannud Abdo2014-09-162-2/+2
| | | | | | | | According to "Additional notes" in: http://api.jquery.com/submit/ Not fixing buttons created with 'input' tags.
* Deprecate site channel. The sys channel should be doing this. Will fixThomas Willingham2014-09-151-1/+0
| | | | shortly.
* Made link post titles to source optional in display settings. Hopefully I ↵Jeroen2014-09-142-2/+4
| | | | did a right.
* Merge pull request #592 from jeroenpraat/masterRedMatrix2014-09-131-1/+1
|\ | | | | Issue #590: Linked conversation titles to source.
| * Issue #590: Linked conversation titles to source. jeroenpraat2014-09-121-1/+1
| | | | | | If a theme wants to have it different, it can always copy this .tpl file to ../theme/tpl/. I didn't commit this directly, because it's a little bit controversial. But I like it!
* | define justifiedGalleryActive in head.tpl to not break other pages autoloadmarijus2014-09-121-0/+1
| |
* | issue #588 can't add feeds to collections using connedit page group sidebar ↵friendica2014-09-111-1/+1
| | | | | | | | widget
* | another day another concept - hope this works bettermarijus2014-09-112-2/+7
| |
* | Revert "Revert "Merge pull request #583 from git-marijus/master""marijus2014-09-113-14/+7
| | | | | | | | This reverts commit 08638f3ec88e86def618ff89bdedb9ae9696d218.
* | make sure we add the filefriendica2014-09-101-0/+3
| |
* | endless scroll on connections pagefriendica2014-09-102-3/+6
| |
* | make verify_email the default for new installs (at least English installs), ↵friendica2014-09-101-0/+1
| | | | | | | | and provide a setting on the admin page for it.
* | Revert "Merge pull request #583 from git-marijus/master"friendica2014-09-103-7/+14
| | | | | | | | | | | | | | autoload broken - even after clearing cache and retrying. This reverts commit 13e7a8f123b283a096af302b0366255355ba8439, reversing changes made to 4712b78e520ca10b34e3e9b99c2752b10d811b42.
* | photo justificationmarijus2014-09-103-14/+7
| |
* | wrap photo albums (albums and top level) in a div id=photo-album-contentsfriendica2014-09-081-1/+1
| |
* | add categories to eventsfriendica2014-09-071-3/+1
| |
* | Diaspora actually puts the account full name into the "nickname" field of ↵friendica2014-09-071-1/+1
| | | | | | | | the vcard. They don't put the nickname into the vcard at all. One wonders why even have a nickname field since the fullname is already presented in the next line. This hasn't caused us a problem with Friendica because I'm guessing nobody actually uses this line, though the number of class tags on it makes it seem somewhat important.
* | ajax workfriendica2014-09-062-0/+7
| |
* | more work on the event edit formfriendica2014-09-051-4/+16
| |
* | put a date and time picker on eventsfriendica2014-09-041-1/+87
| |
* | outbound feed issuefriendica2014-09-031-0/+1
| |
* | Don't forget the ifs. Now we just need to write some blurb, find someThomas Willingham2014-09-021-4/+4
| | | | | | | | | | images, add a link, and decide what to do with non-earned badges...basically all of it.
* | Move achievements on, but just a tad.Thomas Willingham2014-09-021-0/+9
| |
* | consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵friendica2014-08-281-1/+1
| | | | | | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places.
* | ability to create/edit/delete custom profile field definitions - read the ↵friendica2014-08-271-0/+16
| | | | | | | | source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later.
* | Admin setting for Diaspora Protocol enable. We may want to have this also at ↵friendica2014-08-271-0/+1
| | | | | | | | a channel level since there are privacy issues and quirks and trade-offs.
* | Merge pull request #574 from tuscanhobbit/masterRedMatrix2014-08-276-6/+6
|\ \ | | | | | | Notifications links load on the same window(tab)
| * | notifications open in the same window(tab)tuscanhobbit2014-08-276-6/+6
| | |
* | | make vcard and contact block widget look-alikemarijus2014-08-271-2/+2
| | |
* | | get rid of template "auto generated" warningsfriendica2014-08-2515-75/+0
| | |
* | | more diaspora stuff - most of the basic bits are there except queueing and ↵friendica2014-08-2515-0/+262
| | | | | | | | | | | | physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs
* | | notifications/system not marking all notifications seenfriendica2014-08-251-1/+1
| | |
* | | missing template filefriendica2014-08-211-0/+57
| | |
* | | the rest of the diaspora local discovery stufffriendica2014-08-211-0/+3
| | |