Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | realtime updates of "6 minutes ago" with fallback to iso8601 timestamps ↵ | friendica | 2012-07-23 | 8 | -8/+85 |
| | | | | (available on tooltip) | ||||
* | should be able to use this to get rid of vertical scrollbars but still ↵ | friendica | 2012-07-22 | 1 | -0/+33 |
| | | | | restrict initial content height. It does not depend on text length but purely on the height of the contained html. | ||||
* | add js relative date calculator so that "3 minutes ago" will be updated when ↵ | friendica | 2012-07-22 | 2 | -0/+153 |
| | | | | it gets to 4 minutes. | ||||
* | registration page form validation | friendica | 2012-07-22 | 2 | -3/+55 |
| | |||||
* | more registration functions plus ability to over-ride individual strings ↵ | friendica | 2012-07-22 | 4 | -73/+121 |
| | | | | plus upstream merges plus rev update | ||||
* | account + entity ~= user | friendica | 2012-07-22 | 1 | -0/+37 |
| | |||||
* | upstream fixes | friendica | 2012-07-22 | 3 | -453/+654 |
| | |||||
* | more account infrastructure | friendica | 2012-07-22 | 7 | -331/+135 |
| | |||||
* | page templating and css management | friendica | 2012-07-21 | 8 | -35/+80 |
| | |||||
* | breakup css into page layout css, and provide module specific layout css - ↵ | friendica | 2012-07-21 | 4 | -22/+48 |
| | | | | which should dramatically reduce the size of theme files and reduce load times | ||||
* | convert password fields from type=text to type=password | friendica | 2012-07-21 | 1 | -2/+2 |
| | |||||
* | new registration page | friendica | 2012-07-21 | 5 | -1/+287 |
| | |||||
* | syntax | friendica | 2012-07-21 | 1 | -1/+1 |
| | |||||
* | account flags, account roles | friendica | 2012-07-21 | 1 | -0/+20 |
| | |||||
* | simplify | friendica | 2012-07-21 | 35 | -16450/+37 |
| | |||||
* | sync | friendica | 2012-07-19 | 9 | -5/+103 |
| | |||||
* | add patch files | friendica | 2012-07-19 | 1 | -0/+5 |
| | |||||
* | sync changes | friendica | 2012-07-19 | 8 | -24/+259 |
| | |||||
* | dynamic load on slider change + delay to settle | friendica | 2012-07-19 | 5 | -18/+66 |
| | |||||
* | the main slider sort of works for testing now | friendica | 2012-07-19 | 4 | -20/+45 |
| | |||||
* | dynamically building the page query - start simple | friendica | 2012-07-18 | 2 | -4/+20 |
| | |||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 19 | -733/+476 |
| | |||||
* | remove some d* extraneous bullshit | friendica | 2012-07-18 | 3 | -23/+4 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 21 | -3609/+11 |
| | | | | some shit. | ||||
* | bad sync with github windows client | friendica | 2012-07-18 | 943 | -92823/+0 |
| | |||||
* | some important stuff we'll need | friendica | 2012-07-18 | 942 | -0/+92819 |
| | |||||
* | initial commit | friendica | 2012-07-18 | 1 | -0/+4 |
| | |||||
* | json notification popup mostly working in zero | friendica | 2012-07-17 | 6 | -50/+59 |
| | |||||
* | front end for alternate profile photos | friendica | 2012-07-17 | 3 | -1/+17 |
| | |||||
* | backend support for alternate profile photos for private profiles | friendica | 2012-07-17 | 3 | -12/+38 |
| | |||||
* | error cleanup | friendica | 2012-07-17 | 4 | -27/+8 |
| | |||||
* | pass all possible network search params to javascript - we will be ↵ | friendica | 2012-07-17 | 1 | -1/+27 |
| | | | | processing them on the client and building the proper query string there. | ||||
* | first cut at a generalised item query function | friendica | 2012-07-16 | 2 | -0/+142 |
| | |||||
* | working towards getting rid of item['tag'] and item['file'] - still some ↵ | friendica | 2012-07-16 | 3 | -35/+32 |
| | | | | dependencies | ||||
* | more search cleanup | friendica | 2012-07-16 | 3 | -1/+16 |
| | |||||
* | make network tag and personal searches work again | friendica | 2012-07-16 | 3 | -31/+24 |
| | |||||
* | make alt_pager the network page default - at least until we get rid of the ↵ | friendica | 2012-07-16 | 2 | -35/+18 |
| | | | | network page | ||||
* | unified search autocomplete backend, browser performance seems to be a bit sucky | friendica | 2012-07-16 | 2 | -0/+104 |
| | |||||
* | hashtag autocomplete icon | friendica | 2012-07-16 | 1 | -0/+0 |
| | |||||
* | the pioneers should at least have a current db - it will likely be some time ↵ | friendica | 2012-07-16 | 5 | -95/+150 |
| | | | | before db updates go into this tree as many incompatible things are changing and cannot be automatically migrated, so it will probably mean frequent reinstalls. | ||||
* | language filtering infrastructure, check owner's language prefs and either ↵ | friendica | 2012-07-16 | 2 | -5/+28 |
| | | | | translate it or dump it depending on those prefs and the availability of translation plugins. | ||||
* | call item_translate hook if source language is not acceptable, ignore ↵ | friendica | 2012-07-16 | 1 | -2/+17 |
| | | | | message if it cannot be translated. | ||||
* | check for existence, not value of $arr['term'] | friendica | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | split up get_browser_language() to use in additional ways | friendica | 2012-07-16 | 4 | -3/+17 |
| | |||||
* | use include/language.php for all language and translation code | friendica | 2012-07-16 | 6 | -148/+145 |
| | |||||
* | contact edit slider | friendica | 2012-07-15 | 4 | -2/+25 |
| | |||||
* | change readme | friendica | 2012-07-15 | 1 | -6/+3 |
| | |||||
* | more work on json notifications, now working except for notify popup | friendica | 2012-07-15 | 6 | -92/+90 |
| | |||||
* | updates | friendica | 2012-07-14 | 8 | -71/+137 |
| | |||||
* | merge upstream, slider work, refactor ping module, language selection work | friendica | 2012-07-13 | 42 | -284/+11865 |
| |