aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Add a site access policy (to determine if this is really a public site or ↵friendica2013-08-064-11/+15
| | | | just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
* ru string updatefriendica2013-08-061-1901/+1385
|
* Merge pull request #89 from pixelroot/masterfriendica2013-08-061-6559/+4136
|\ | | | | modified: view/ru/messages.po
| * modified: view/ru/messages.popixelroot2013-08-061-10/+10
| |
| * modified: view/ru/messages.popixelroot2013-08-061-6559/+4136
| |
* | js_upload is wretched, but at least fix the HTML in the template so it will ↵friendica2013-08-041-1/+1
| | | | | | | | work again.
* | Template boo-booThomas Willingham2013-08-041-5/+1
| |
* | connect link in directoryfriendica2013-08-031-0/+3
| |
* | Merge pull request #86 from beardy-unixer/masterfriendica2013-08-011-1/+12
|\ \ | | | | | | "Can edit my webpages" permissions
| * | "Can edit my webpages" permissionsThomas Willingham2013-08-011-1/+12
| | |
* | | make "selected" class work on all navigation menu itemsmarijus2013-08-011-1/+1
|/ /
* | trying to center the selected channel on the manage page. Dreamhost really ↵friendica2013-07-252-3/+18
| | | | | | | | botched up my dev site so it's taking 5 minute per page load - and I don't have any more time to waste tweaking one line of CSS, grabbing a cup of coffee, and drinking it, before seeing the CSS changes. It still needs more tweaking but I might have to do that on the production site - which loads promptly.
* | get rid of ugly article wrapperfriendica2013-07-211-2/+0
| |
* | getElementById returns null on failurefriendica2013-07-211-1/+1
| |
* | fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | | | | | notify count available)
* | remove obsolete notificationsfriendica2013-07-211-2/+0
| |
* | remove some unused settings from admin pagefriendica2013-07-211-2/+0
| |
* | position the visage timestampfriendica2013-07-171-0/+4
| |
* | fix template syntaxfriendica2013-07-171-1/+1
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-07-171-1/+1
|\ \
| * | Update style.cssgit-marijus2013-07-171-1/+1
| | | | | | | | | wall-item-arrowphoto-wrapper z-index should not be higher than nav z-index otherwise arrow scroll above the nav area...
* | | usability improvements on abook permissions settings - keep advanced ↵friendica2013-07-172-6/+30
|/ / | | | | | | dialogue open, make quick links clear relevant settings before setting each, and don't auto submit. This shows you exactly what happens with the quick settings and allows you to change/correct it if it isn't what you want.
* | Merge https://github.com/friendica/red into zpullfriendica2013-07-17171-900/+16
|\ \
| * | Kill autogenerated warnings, plus a typo.Thomas Willingham2013-07-16171-898/+14
| | |
| * | Whitespace making smarty fartThomas Willingham2013-07-161-2/+2
| | |
* | | configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-172-3/+6
| | | | | | | | | | | | theme settings.
* | | provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-161-14/+17
| | | | | | | | | | | | - can't test on my test site so moving into production and I'll debug it there.
* | | define some photo types; primarily profile photos and things, but there is ↵friendica2013-07-162-1/+26
|/ / | | | | | | room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers.
* | theme the page link titlefriendica2013-07-152-1/+8
| |
* | style updates due to spin.js portingmarijus2013-07-151-4/+4
| |
* | more spin.js portingmarijus2013-07-153-19/+18
| |
* | looks like it actually needs both files.friendica2013-07-141-0/+1
| |
* | add the jquery version, not the standalone spinnerfriendica2013-07-141-1/+1
| |
* | we need to actually include spin.js or it causes issuesfriendica2013-07-142-1/+2
| |
* | Merge pull request #77 from git-marijus/masterfriendica2013-07-148-16/+23
|\ \ | | | | | | add spin.js a themable js spinner to red
| * | port jot to spin.jsgit-marijus2013-07-131-0/+6
| | |
| * | port jot to spin.jsgit-marijus2013-07-131-1/+1
| | |
| * | port jot to spin.jsgit-marijus2013-07-131-3/+3
| | |
| * | port jot to spin.jsgit-marijus2013-07-131-1/+1
| | |
| * | port like button to spin.jsgit-marijus2013-07-131-1/+3
| | |
| * | port like button to spin.jsgit-marijus2013-07-131-1/+1
| | |
| * | port like button to spin.jsgit-marijus2013-07-131-1/+1
| | |
| * | port like button to spin.jsgit-marijus2013-07-131-2/+2
| | |
| * | Update conv_frame.tplgit-marijus2013-07-131-0/+1
| | |
| * | slight change to #page-spinnergit-marijus2013-07-131-1/+2
| | |
| * | port to spin.jsgit-marijus2013-07-131-2/+1
| | |
| * | slight change for #nav-search-spinnergit-marijus2013-07-131-3/+1
| | |
| * | port to spin.jsgit-marijus2013-07-131-1/+1
| | |
* | | Give prettyphoto it's own template to make themeing it less annoying.Thomas Willingham2013-07-143-21/+8
| | |
* | | Old theme stuff we don't use anymore.Thomas Willingham2013-07-129-0/+0
| | |