aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pass all network page vars to the client to build ajax queries, change ↵friendica2012-07-234-37/+53
| | | | timeago variable names so as not to conflict with item timers.
* update relative time on new ajax loaded content which wasn't evaluated ↵friendica2012-07-232-0/+7
| | | | during document.ready
* realtime updates of "6 minutes ago" with fallback to iso8601 timestamps ↵friendica2012-07-238-8/+85
| | | | (available on tooltip)
* should be able to use this to get rid of vertical scrollbars but still ↵friendica2012-07-221-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 ↵friendica2012-07-222-0/+153
| | | | it gets to 4 minutes.
* registration page form validationfriendica2012-07-222-3/+55
|
* more registration functions plus ability to over-ride individual strings ↵friendica2012-07-224-73/+121
| | | | plus upstream merges plus rev update
* account + entity ~= userfriendica2012-07-221-0/+37
|
* upstream fixesfriendica2012-07-223-453/+654
|
* more account infrastructurefriendica2012-07-227-331/+135
|
* page templating and css managementfriendica2012-07-218-35/+80
|
* breakup css into page layout css, and provide module specific layout css - ↵friendica2012-07-214-22/+48
| | | | which should dramatically reduce the size of theme files and reduce load times
* convert password fields from type=text to type=passwordfriendica2012-07-211-2/+2
|
* new registration pagefriendica2012-07-215-1/+287
|
* syntaxfriendica2012-07-211-1/+1
|
* account flags, account rolesfriendica2012-07-211-0/+20
|
* simplifyfriendica2012-07-2135-16450/+37
|
* syncfriendica2012-07-199-5/+103
|
* add patch filesfriendica2012-07-191-0/+5
|
* sync changesfriendica2012-07-198-24/+259
|
* dynamic load on slider change + delay to settlefriendica2012-07-195-18/+66
|
* the main slider sort of works for testing nowfriendica2012-07-194-20/+45
|
* dynamically building the page query - start simplefriendica2012-07-182-4/+20
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-1819-733/+476
|
* remove some d* extraneous bullshitfriendica2012-07-183-23/+4
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-1821-3609/+11
| | | | some shit.
* bad sync with github windows clientfriendica2012-07-18943-92823/+0
|
* some important stuff we'll needfriendica2012-07-18942-0/+92819
|
* initial commitfriendica2012-07-181-0/+4
|
* json notification popup mostly working in zerofriendica2012-07-176-50/+59
|
* front end for alternate profile photosfriendica2012-07-173-1/+17
|
* backend support for alternate profile photos for private profilesfriendica2012-07-173-12/+38
|
* error cleanupfriendica2012-07-174-27/+8
|
* pass all possible network search params to javascript - we will be ↵friendica2012-07-171-1/+27
| | | | processing them on the client and building the proper query string there.
* first cut at a generalised item query functionfriendica2012-07-162-0/+142
|
* working towards getting rid of item['tag'] and item['file'] - still some ↵friendica2012-07-163-35/+32
| | | | dependencies
* more search cleanupfriendica2012-07-163-1/+16
|
* make network tag and personal searches work againfriendica2012-07-163-31/+24
|
* make alt_pager the network page default - at least until we get rid of the ↵friendica2012-07-162-35/+18
| | | | network page
* unified search autocomplete backend, browser performance seems to be a bit suckyfriendica2012-07-162-0/+104
|
* hashtag autocomplete iconfriendica2012-07-161-0/+0
|
* the pioneers should at least have a current db - it will likely be some time ↵friendica2012-07-165-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 ↵friendica2012-07-162-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 ↵friendica2012-07-161-2/+17
| | | | message if it cannot be translated.
* check for existence, not value of $arr['term']friendica2012-07-161-1/+1
|
* split up get_browser_language() to use in additional waysfriendica2012-07-164-3/+17
|
* use include/language.php for all language and translation codefriendica2012-07-166-148/+145
|
* contact edit sliderfriendica2012-07-154-2/+25
|
* change readmefriendica2012-07-151-6/+3
|
* more work on json notifications, now working except for notify popupfriendica2012-07-156-92/+90
|