aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * use zrl to get home againfriendica2012-03-291-0/+3
| |
| * use theme directory for page templates, not language directoryfriendica2012-03-271-2/+2
| |
* | new lines removedAlexander Kampmann2012-03-221-1/+1
| |
* | removed some new lines to cut down number of changed filesAlexander Kampmann2012-03-221-0/+1
| |
* | removed unneccessary stuffAlexander Kampmann2012-03-221-2/+0
| |
* | added simple build-in profilingAlexander Kampmann2012-03-151-0/+1
|/
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* system support for personal configurable ajax update intervalfriendica2011-12-111-6/+10
|
* comment boxes not work in alternate languagesfriendica2011-11-171-2/+6
|
* several little nits in the hcard template output which could affect parsersfriendica2011-11-121-0/+1
|
* renameFriendika2011-11-121-1/+1
|
* apps broken in all themes, apps link misplaced in testbubbleFriendika2011-09-281-1/+0
|
* Adds theme info file to define 'parent' theme from where load tpl filesFabio Comuni2011-09-271-0/+7
|
* Merge branch 'master' into newuiFabio Comuni2011-09-261-2/+6
|\
| * provide ability to unset session languageFriendika2011-09-211-2/+6
| |
* | Show "404.tpl" instead of using 'notice()' in case of 404Fabio Comuni2011-09-191-1/+4
| |