aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port Comix - needs some CSS-fu, but works.Thomas Willingham2012-08-067-0/+418
|
* Bloody hell, this touches a lot of code.Thomas Willingham2012-08-061-2/+2
|
* Theme admin menu.Thomas Willingham2012-08-061-2/+2
|
* get_theme_config_fileThomas Willingham2012-08-061-5/+5
|
* Bring get_theme_screenshot and get_theme_info up to date.Thomas Willingham2012-08-061-4/+4
|
* updatesfriendica2012-08-0518-21/+56
|
* Merge pull request #1 from beardy-unixer/masterfriendica2012-08-0544-467/+47
|\ | | | | Port the easily portable themes.
| * That's the zeros done. The others need more fiddling with.Thomas Willingham2012-08-068-27/+27
| |
| * Port GreenzeroThomas Willingham2012-08-069-7/+7
| |
| * Port EasterbunnyThomas Willingham2012-08-067-5/+5
| |
| * Kill NS themesThomas Willingham2012-08-0612-420/+0
| |
| * Port darkzeroThomas Willingham2012-08-068-8/+8
|/
* major theme re-org, only duepuntozero and slackr working atmfriendica2012-08-01237-67/+108
|
* remember that the main thing is to keep the main thing the main thing...friendica2012-07-315-4/+110
|
* functions to generate and check webbies interactivelyfriendica2012-07-302-9/+107
|
* Added urlify to try and create webbie auto-suggestions out of whatever ↵friendica2012-07-3012-3/+347
| | | | unicode stuff gets thrown in as a name. Currently this will only work for latin/european/cyrillic/russian, but possible to extend to ideographic forms.
* get_item_elements (json version)friendica2012-07-292-0/+79
|
* birthdays and events are now notificationsfriendica2012-07-296-9/+9
|
* also notify count of events todayfriendica2012-07-281-4/+13
|
* move today's events into a ping notificationfriendica2012-07-283-1/+62
|
* rev updatefriendica2012-07-271-1/+1
|
* add zot hub location table to db, use diff to avoid re-installfriendica2012-07-262-4/+23
|
* more fixes for the legacy stuff as we push forward to new stufffriendica2012-07-262-4/+5
|
* show spinning cursor to let you know a refresh is happening.friendica2012-07-252-0/+5
|
* picking up the page load times a bitfriendica2012-07-259-66/+94
|
* tie the main slider to ajax updates and buildCmdfriendica2012-07-256-25/+35
|
* recover existing conversation loading functionality for ↵friendica2012-07-256-8/+24
| | | | home,search,community,display,etc. whilst working on the ajax stuff in network
* upstream changes, rev updatefriendica2012-07-253-3/+3
|
* At this moment, of the content pages only the network page partially works ↵friendica2012-07-251-0/+0
| | | | and not all that well as the ajax loading gets sorted. This checkin is just to push the current state of the code, good bad and ugly.
* take out divgrow until I can fix itfriendica2012-07-252-3/+19
|
* see if this works for getting rid of scrollbarsfriendica2012-07-244-29/+136
|
* ajax page loadsfriendica2012-07-244-23/+42
|
* zentity is currently just a screen mockup until the page spec is completefriendica2012-07-246-0/+624
|
* rev updatefriendica2012-07-244-40/+38
|
* 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 ↵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
|