aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
Commit message (Collapse)AuthorAgeFilesLines
* remove "internal" templates, use "tpl/" folder for smarty3 templates,fabrixxm2013-05-08358-7655/+2813
| | | | move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
* smarter handling of js_upload source paramfriendica2013-05-022-0/+2
|
* Unbork smarty templates.Thomas Willingham2013-04-263-10/+5
|
* ColorboxThomas Willingham2013-04-265-23/+28
|
* reverting to fancybox for "save to file" selection box until we find a ↵friendica2013-04-212-6/+6
| | | | better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.
* Fix aclThomas Willingham2013-04-162-8/+8
|
* template updatefriendica2013-04-141-1/+1
|
* begin to cut the umbilicalfriendica2013-04-143-3/+3
|
* New mail_list template.Thomas Willingham2013-03-312-36/+12
|
* Typo in page_displayThomas Willingham2013-03-292-2/+2
|
* Make prettyPhoto a feature, add slideshow for albums.Thomas Willingham2013-03-293-3/+15
|
* Template clean up.Thomas Willingham2013-03-2863-2344/+1
|
* Updated build_query for midThomas Willingham2013-03-252-4/+4
|
* Implement prettyPhoto (somewhat).Thomas Willingham2013-03-232-2/+14
|
* Merge https://github.com/friendica/red into zpullfriendica2013-03-212-14/+14
|\
| * small fixes for eventsMichael Johnston2013-03-212-14/+14
| |
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-212-2/+2
|/ | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* TypoThomas Willingham2013-03-212-2/+2
|
* Add register link to nav.Thomas Willingham2013-03-212-0/+6
|
* Make the channels profile tab actually do something.Thomas Willingham2013-03-202-0/+18
|
* Allow admins to specify default mobile/accessibility theme.Thomas Willingham2013-03-172-0/+4
|
* Tidy upThomas Willingham2013-03-152-9/+4
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-03-146-48/+2
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * Fix path in photo_ablums.tplThomas Willingham2013-03-132-2/+2
| |
| * .friendica2013-03-104-46/+0
| |
* | Get admin/users mostly working. Still need to associate channels with accounts.Thomas Willingham2013-03-121-3/+4
|/
* some fixes related to eventsMichael Johnston2013-03-072-2/+2
| | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template
* clean up some funky menu interactionsfriendica2013-03-062-12/+12
|
* get rid of html from mod_suggestfriendica2013-03-064-12/+35
|
* tweaky tweak, plus add share tracking db, and don't show acl for guest ↵friendica2013-03-064-2/+6
| | | | postings, and experiment with compressing pcss on the fly
* stray target= which wasn't caught earlierfriendica2013-03-062-2/+2
|
* basic friend suggestions (but not "new to the network and have no friends at ↵friendica2013-03-052-10/+30
| | | | all" suggestions)
* conflicting class namefriendica2013-03-052-2/+2
|
* tweaksfriendica2013-03-054-4/+4
|
* just tinkering and trying a few things - don't get upset. It can all be ↵friendica2013-03-054-70/+70
| | | | reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
* fix timeago (again), webfinger new spec implemented, some theme workfriendica2013-03-048-8/+8
|
* taking the next step on pagesfriendica2013-02-272-0/+8
|
* add siteinfo.tplMichael Johnston2013-02-202-0/+33
|
* contact_template is called from multiple places with different paramsfriendica2013-02-202-2/+2
|
* dang - this is almost testable. Still have to figure out the best way to ↵friendica2013-02-192-4/+4
| | | | deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
* global rename viewcontacts to viewconnectionsfriendica2013-02-192-2/+2
|
* viewcontacts updatefriendica2013-02-192-2/+2
|
* moving onfriendica2013-02-182-0/+75
|
* we don't need to quote or rename 'default' in mySQL if we just use the ↵friendica2013-02-152-2/+2
| | | | original column name 'is_default'
* bring mod_common into the modern agefriendica2013-02-133-6/+2
|
* Whinging whining stupid fucks.friendica2013-02-121-4/+0
|
* fix profile selector on profile_photo page (unquoted mysql reserved word ↵friendica2013-02-102-2/+2
| | | | 'default')
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-104-0/+31
|
* add soapbox settingsfriendica2013-02-102-6/+8
|
* finish the abook_edit quicklink mess, get rid of the experimental nav bar ↵friendica2013-02-072-10/+10
| | | | opacity. Bad idea.