aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* Prevent whitespace breaking copy-paste of reset passwords.Thomas Willingham2014-01-101-3/+1
|
* mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-091-4/+5
|
* preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-081-0/+2
| | | | would be useful for forum-like channels and/or block-oriented themes.
* qr enhancementsfriendica2014-01-081-3/+8
|
* qr code supportfriendica2014-01-071-1/+1
|
* filestorage re-org and cleanupfriendica2014-01-062-6/+12
|
* special handling for directoriesfriendica2014-01-061-1/+1
|
* prepare for OS file storage, and add bbcode attachment link to ↵friendica2014-01-061-4/+4
| | | | mod/filestorage. This isn't beautiful, but it's a start.
* provide ability to change attachment/file permissionsfriendica2014-01-062-0/+33
|
* Merge branch 'master' into movejsfriendica2014-01-063-4/+4
|\ | | | | | | | | Conflicts: version.inc
| * make plink href visiblefriendica2014-01-041-2/+2
|/
* Merge pull request #254 from cvogeley/mastercvogeley2014-01-031-4/+3
|\ | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage
| * Confirm webpage deletion promptChristian Vogeley2014-01-011-4/+3
| |
* | expose profile things in the UIfriendica2013-12-301-1/+4
| |
* | basic edit and delete for thingsfriendica2013-12-302-0/+37
| |
* | display_thing: it ain't much, but it's implemented.friendica2013-12-291-0/+8
| |
* | a bit more backend work on thingsfriendica2013-12-281-0/+13
| |
* | remove prettyphoto from core - this will affect the enhanced photo albums ↵friendica2013-12-264-12/+1
| | | | | | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins.
* | missing end divfriendica2013-12-251-1/+1
| |
* | improve the register text until the new register page is finishedfriendica2013-12-251-2/+8
| |
* | try againfriendica2013-12-251-3/+3
| |
* | extend the directory profiles a bit morefriendica2013-12-251-0/+9
| |
* | use colorbox for single photo viewing (replacing prettyPhoto, which may have ↵friendica2013-12-251-1/+1
| | | | | | | | license incompatibilities). Also set maximum size of a directory popup and let it scroll after that in case somebody set their profile keywords to the content of Webster's dictionary.
* | get around size limitfriendica2013-12-231-3/+3
| |
* | set the height so colorbox can set its size correctlyfriendica2013-12-231-1/+1
| |
* | improve the directory popup a bitfriendica2013-12-231-1/+10
| |
* | first thing to make it less annoying is to only popup if you click. Will ↵friendica2013-12-231-1/+1
| | | | | | | | improve on it later - but this gives us something we can test to improve the popup contents.
* | first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵friendica2013-12-233-2/+18
| | | | | | | | have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network.
* | Merge pull request #253 from cvogeley/masterfriendica2013-12-231-1/+1
|\| | | | | Show expire date in post tooltip
| * Show expire date in post tooltipChristian Vogeley2013-12-231-1/+1
| |
* | s/zrl/zidThomas Willingham2013-12-231-1/+1
| |
* | You'll probably be wanting the actual template too.Thomas Willingham2013-12-231-1/+1
| |
* | add ability to set created date/time from the apifriendica2013-12-221-1/+0
|/
* Use the red matrix iconsChristian Vogeley2013-12-221-2/+9
|
* Merge correctionChristian Vogeley2013-12-221-1/+0
|
* CorrectionChristian Vogeley2013-12-223-166/+0
|
* MergeChristian Vogeley2013-12-221-0/+1
|
* Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-2246-122/+292
|\ | | | | | | | | Conflicts: view/php/theme_init.php
| * split private messages into two modules - "message" is just for message ↵friendica2013-12-213-4/+4
| | | | | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
| * default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-191-0/+4
| | | | | | | | show last updated on connedit page
| * more comanche migrationfriendica2013-12-191-0/+2
| |
| * provide git revision in siteinfo if possible and if not instructed otherwisefriendica2013-12-181-1/+1
| |
| * split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-181-1/+1
| | | | | | | | links to fix
| * some re-work of mod_sourcesfriendica2013-12-152-2/+2
| |
| * Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-151-0/+2
| | | | | | | | | | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
| * make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-141-2/+2
| | | | | | | | but leave off suggest and invite
| * this is not needed anymoremarijus2013-12-111-1/+1
| |
| * we dont use doubble tagging in /network and /channel anymore... remove it ↵marijus2013-12-111-7/+1
| | | | | | | | from /search as well
| * this saves notes on the fly. i think this is appropriate behavior for a ↵marijus2013-12-111-6/+3
| | | | | | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
| * comanchify the savedsearch widgetfriendica2013-12-091-0/+14
| |