Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | That's the zeros done. The others need more fiddling with. | Thomas Willingham | 2012-08-06 | 8 | -27/+27 |
| | |||||
* | Port Greenzero | Thomas Willingham | 2012-08-06 | 9 | -7/+7 |
| | |||||
* | Port Easterbunny | Thomas Willingham | 2012-08-06 | 7 | -5/+5 |
| | |||||
* | Kill NS themes | Thomas Willingham | 2012-08-06 | 12 | -420/+0 |
| | |||||
* | Port darkzero | Thomas Willingham | 2012-08-06 | 8 | -8/+8 |
| | |||||
* | major theme re-org, only duepuntozero and slackr working atm | friendica | 2012-08-01 | 237 | -67/+108 |
| | |||||
* | remember that the main thing is to keep the main thing the main thing... | friendica | 2012-07-31 | 5 | -4/+110 |
| | |||||
* | functions to generate and check webbies interactively | friendica | 2012-07-30 | 2 | -9/+107 |
| | |||||
* | Added urlify to try and create webbie auto-suggestions out of whatever ↵ | friendica | 2012-07-30 | 12 | -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) | friendica | 2012-07-29 | 2 | -0/+79 |
| | |||||
* | birthdays and events are now notifications | friendica | 2012-07-29 | 6 | -9/+9 |
| | |||||
* | also notify count of events today | friendica | 2012-07-28 | 1 | -4/+13 |
| | |||||
* | move today's events into a ping notification | friendica | 2012-07-28 | 3 | -1/+62 |
| | |||||
* | rev update | friendica | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | add zot hub location table to db, use diff to avoid re-install | friendica | 2012-07-26 | 2 | -4/+23 |
| | |||||
* | more fixes for the legacy stuff as we push forward to new stuff | friendica | 2012-07-26 | 2 | -4/+5 |
| | |||||
* | show spinning cursor to let you know a refresh is happening. | friendica | 2012-07-25 | 2 | -0/+5 |
| | |||||
* | picking up the page load times a bit | friendica | 2012-07-25 | 9 | -66/+94 |
| | |||||
* | tie the main slider to ajax updates and buildCmd | friendica | 2012-07-25 | 6 | -25/+35 |
| | |||||
* | recover existing conversation loading functionality for ↵ | friendica | 2012-07-25 | 6 | -8/+24 |
| | | | | home,search,community,display,etc. whilst working on the ajax stuff in network | ||||
* | upstream changes, rev update | friendica | 2012-07-25 | 3 | -3/+3 |
| | |||||
* | At this moment, of the content pages only the network page partially works ↵ | friendica | 2012-07-25 | 1 | -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 it | friendica | 2012-07-25 | 2 | -3/+19 |
| | |||||
* | see if this works for getting rid of scrollbars | friendica | 2012-07-24 | 4 | -29/+136 |
| | |||||
* | ajax page loads | friendica | 2012-07-24 | 4 | -23/+42 |
| | |||||
* | zentity is currently just a screen mockup until the page spec is complete | friendica | 2012-07-24 | 6 | -0/+624 |
| | |||||
* | rev update | friendica | 2012-07-24 | 4 | -40/+38 |
| | |||||
* | implement page update modes | friendica | 2012-07-23 | 15 | -110/+242 |
| | |||||
* | correct spelling - tread to thread | friendica | 2012-07-23 | 55 | -183/+183 |
| | |||||
* | convert all network search params to get requests (no url path args) | friendica | 2012-07-23 | 5 | -36/+36 |
| | |||||
* | pass all network page vars to the client to build ajax queries, change ↵ | friendica | 2012-07-23 | 4 | -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 ↵ | friendica | 2012-07-23 | 2 | -0/+7 |
| | | | | during document.ready | ||||
* | 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 |
| |