aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* implement page update modesfriendica2012-07-2315-110/+242
* correct spelling - tread to threadfriendica2012-07-2355-183/+183
* convert all network search params to get requests (no url path args)friendica2012-07-235-36/+36
* pass all network page vars to the client to build ajax queries, change timeag...friendica2012-07-234-37/+53
* update relative time on new ajax loaded content which wasn't evaluated during...friendica2012-07-232-0/+7
* realtime updates of "6 minutes ago" with fallback to iso8601 timestamps (avai...friendica2012-07-238-8/+85
* should be able to use this to get rid of vertical scrollbars but still restri...friendica2012-07-221-0/+33
* add js relative date calculator so that "3 minutes ago" will be updated when ...friendica2012-07-222-0/+153
* registration page form validationfriendica2012-07-222-3/+55
* more registration functions plus ability to over-ride individual strings plus...friendica2012-07-224-73/+121
* 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 - wh...friendica2012-07-214-22/+48
* 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 som...friendica2012-07-1821-3609/+11
* 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 processing...friendica2012-07-171-1/+27
* first cut at a generalised item query functionfriendica2012-07-162-0/+142
* working towards getting rid of item['tag'] and item['file'] - still some depe...friendica2012-07-163-35/+32
* 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 ne...friendica2012-07-162-35/+18
* 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
* language filtering infrastructure, check owner's language prefs and either tr...friendica2012-07-162-5/+28
* call item_translate hook if source language is not acceptable, ignore message...friendica2012-07-161-2/+17
* 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