aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* implement Smarty3Zach Prezkuta2013-01-061-10/+12
|
* move all the final page construction to a construct_page() functionfriendica2013-01-041-80/+1
|
* import the toggle_mobile stuff to shut up some warningsfriendica2013-01-031-2/+2
|
* get rid of undefined $ error by mangling theme specific JS include orderfriendica2012-12-131-0/+3
|
* a bit of e_all cleanupfriendica2012-12-081-0/+2
|
* Allow anybody to completely over-ride any module on their own site without ↵friendica2012-11-281-12/+15
| | | | any core code edits. Just copy an existing module file to 'custom/{module}.php' and edit to your liking.
* start implementing zot-idfriendica2012-11-081-4/+6
|
* that was certainly some fun debugging (not)friendica2012-11-041-1/+1
|
* mv mod_install to mod_setup, conflict with name of install dirfriendica2012-11-031-1/+1
|
* more theme stufffriendica2012-11-031-2/+0
|
* fix page titlefriendica2012-10-291-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* Give the UI a little love after all the backend modsfriendica2012-10-241-1/+3
|
* lotsa little fixesfriendica2012-10-211-2/+2
|
* don't show categories widget if there are nonefriendica2012-10-191-1/+0
|
* provide auto admin registration as before, but allow the current admin to ↵friendica2012-10-041-2/+0
| | | | create other admins
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-0/+13
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* create a widget registry for pages so themes can reorder, insert/delete, and ↵friendica2012-09-271-2/+20
| | | | relocate widgets to different regions of the page
* allow themes to add to and/or completely over-ride the module sidebarfriendica2012-09-251-7/+23
|
* permissions responder + upstream mergefriendica2012-09-101-0/+2
|
* back to identity creation formfriendica2012-08-231-22/+8
|
* per module code file for themesfriendica2012-08-221-0/+4
|
* improvements in js localisation/translationfriendica2012-08-131-23/+2
|
* reduce duplication - only provide one system language settingfriendica2012-08-121-4/+4
|
* cleanup all the theme include stuff - this could make Friendica themes work ↵friendica2012-08-111-27/+7
| | | | out of the box, maybe.
* more theme modularisation and css/js managementfriendica2012-08-091-27/+13
|
* merge comment threading, provide plugin/theme functions to handle css/js ↵friendica2012-08-091-20/+12
| | | | includes
* major theme re-org, only duepuntozero and slackr working atmfriendica2012-08-011-3/+3
|
* realtime updates of "6 minutes ago" with fallback to iso8601 timestamps ↵friendica2012-07-231-1/+23
| | | | (available on tooltip)
* more account infrastructurefriendica2012-07-221-1/+1
|
* page templating and css managementfriendica2012-07-211-3/+5
|
* breakup css into page layout css, and provide module specific layout css - ↵friendica2012-07-211-3/+33
| | | | which should dramatically reduce the size of theme files and reduce load times
* split up get_browser_language() to use in additional waysfriendica2012-07-161-1/+1
|
* merge upstream, slider work, refactor ping module, language selection workfriendica2012-07-131-1/+4
|
* add plugin hooks to every module_function (allows plugins to be triggered ↵friendica2012-06-181-1/+11
| | | | off specific pages/urls)
* make sure default timezone is set in external processesfriendica2012-06-111-8/+1
|
* rename get_language() to get_browser_language()friendica2012-05-131-1/+1
|
* hidden plugins (add .hidden file to dir)friendica2012-04-301-5/+2
|
* zrl hookfriendica2012-04-141-2/+6
|
* Merge pull request #223 from campino/masterfriendica2012-04-101-3/+2
|\ | | | | bug fix
| * fixed install bugAlexander Kampmann2012-04-101-3/+2
| |
| * made exceptions from the db optionalAlexander Kampmann2012-04-091-7/+0
| | | | | | set address for updae mails correctly
| * added exceptions to dba classAlexander Kampmann2012-04-091-0/+7
| | | | | | | | | | | | | | | | | | added exception handling to index.php, please mind that there is no recovery at the moment added transactions to db update. Please mind that they might not be supported by db table engines. added admin email on failed updates added german translation for admin email
* | path to default.php in theme dir was incorrectfriendica2012-04-101-2/+2
|/
* prepare for using a master theme_init()friendica2012-04-081-0/+7
|
* provide theme_init() functionsfriendica2012-04-081-0/+5
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-2/+8
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * remove zrl from query stringfriendica2012-04-021-0/+1
| |
| * add page_content_top hookfriendica2012-04-011-0/+2
| |
| * another silly mistakefriendica2012-03-291-2/+2
| |