aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
Commit message (Collapse)AuthorAgeFilesLines
* yeah - that's what I'm going to do. we'll just keep system notifications. If ↵friendica2013-12-061-3/+0
| | | | somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
* some code cleanup - gad I forgot what a mess the "other" notifications tabs ↵friendica2013-12-061-1/+1
| | | | (everything but system) were in. Maybe I'll just remove them so we can start over.
* allow themes to mess with the navbar contents without a custom template. ↵friendica2013-11-281-2/+5
| | | | | | | | | | | | It's done as a callback using a transient plugin hook. For instance to get rid of the notifications link: insert_hook('nav','strip_notify'); function strip_notify($a,&$b) { unset($b['nav']['notifications']); }
* make autocomplete better themable by adding an idmarijus2013-11-141-0/+1
|
* more redbasic icon workfriendica2013-10-091-4/+8
|
* nav iconsfriendica2013-10-091-2/+2
|
* Changed CSS class "selected" to "active" in navbar, according to ↵Olivier Migeot2013-09-181-1/+1
| | | | https://abcentric.net/display/f17b319c6d4b616a0d0a639e177969c6ae084248f1ee2bec9d8147c9291bf495@abcentric.net
* make displaying the language selector configurablefriendica2013-09-031-1/+1
|
* make home link on remote sites work againmarijus2013-07-181-2/+4
|
* more cleanupfriendica2013-04-141-1/+0
|
* just tinkering and trying a few things - don't get upset. It can all be ↵friendica2013-03-051-8/+8
| | | | 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.
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* Fix broken menu for multiple profiles.Thomas Willingham2013-02-021-1/+1
|
* simplify friendship approval - merge with connection editingfriendica2013-01-271-1/+1
|
* lostpass fixes and login/logout flow if authenticated but no default channel ↵friendica2013-01-271-1/+6
| | | | exists
* fix some displayed links that were wonkyfriendica2013-01-221-2/+6
|
* directory services cleanupfriendica2013-01-191-2/+3
|
* The rest of the front end for the new notifications - now only missing "mark ↵friendica2013-01-081-1/+1
| | | | all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff
* more work on notification system, fix a couple of minor issues from smarty ↵friendica2013-01-071-0/+10
| | | | conversion
* make the menu consistent and eliminate redundancy - though we need icons for ↵friendica2013-01-031-4/+3
| | | | mail and events (sorry Thomas if this breaks your themes in a bad way, but at least the menus make sense now).
* place holders for mail and event icons on nav barfriendica2013-01-031-1/+4
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* a bit of e_all cleanupfriendica2012-12-081-1/+1
|
* move autosubmit up a level where it will actually workfriendica2012-12-061-1/+1
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-1/+1
| | | | though
* most of the basic "make friends" stuff except for email notifications, drop ↵friendica2012-12-031-12/+3
| | | | community tab
* notify stufffriendica2012-12-021-5/+5
|
* magic auth indicator (link is dead at the moment)friendica2012-11-081-13/+19
|
* turn multiple profiles into a feature, implement connection flags ↵friendica2012-11-071-1/+3
| | | | (block,hide,archive,etc.)
* more theme stufffriendica2012-11-031-1/+1
|
* a lot more changes of terminologyfriendica2012-11-031-5/+5
|
* channels you are connected to are "connections". Get rid of "address book" ↵friendica2012-11-031-1/+1
| | | | which doesn't fit.
* merging zot_finger schema additionsfriendica2012-11-011-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-3/+3
| | | | to the profile details.
* Give the UI a little love after all the backend modsfriendica2012-10-241-2/+22
|
* more heavy liftingfriendica2012-10-231-5/+2
|
* lotsa little fixesfriendica2012-10-211-2/+2
|
* fix photo in nav menufriendica2012-10-191-1/+5
|
* moving a lot of structure around. 'entity' is now 'channel'friendica2012-09-251-8/+10
|
* unbreak some more stufffriendica2012-09-041-6/+6
|
* fix the navfriendica2012-09-021-11/+4
|
* recover frankenthemefriendica2012-08-271-5/+6
|
* create fetch_tags function, make search work again, change logofriendica2012-07-101-1/+1
|
* theme cleanupfriendica2012-07-091-1/+1
|
* making tags workfriendica2012-07-091-1/+1
|
* nav: pass $baseurl to templateFabrixxm2012-06-291-0/+1
|
* Now using App::get_cached_avatar_image for navigation barZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
|
* Added missing backticks to navigation bar queryZvi ben Yaakov (a.k.a rdc)2012-06-171-1/+1
|
* Enabled Profile photo revisions to be displayed in navigation barZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|
* prvgroup should see introsfriendica2012-05-291-1/+1
|