Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skeleton for channel import | friendica | 2013-01-12 | 2 | -1/+33 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-12 | 3 | -248/+26 |
|\ | |||||
| * | Merge pull request #18 from beardy-unixer/master | Thomas Willingham | 2013-01-12 | 3 | -248/+26 |
| |\ | | | | | | | Fancyred updates | ||||
| | * | Undo stupid events. | Thomas Willingham | 2013-01-12 | 1 | -8/+1 |
| | | | |||||
| | * | Fancyred - get likes/dislikes almost, but not quite, right. | Thomas Willingham | 2013-01-12 | 3 | -248/+33 |
| |/ | |||||
* / | skeleton for red shell | friendica | 2013-01-12 | 1 | -0/+57 |
|/ | |||||
* | add page module | friendica | 2013-01-12 | 3 | -5/+49 |
| | |||||
* | fix double-encoding | friendica | 2013-01-11 | 2 | -38/+38 |
| | |||||
* | use correct param for connect link | friendica | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | add the smarty3/compiled directory to gitignore | friendica | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-11 | 336 | -2/+2061 |
|\ | |||||
| * | Merge pull request #17 from fermionic/20130111-better-conversion-scripts | friendica | 2013-01-11 | 336 | -2/+2061 |
| |\ | | | | | | | automatic, command-line conversion | ||||
| | * | add newline at end of header | Zach Prezkuta | 2013-01-11 | 335 | -215/+549 |
| | | | |||||
| | * | add warning messae about automatically generated templates | Zach Prezkuta | 2013-01-11 | 335 | -334/+1673 |
| | | | |||||
| | * | automatic, command-line conversion | Zach Prezkuta | 2013-01-11 | 16 | -2/+388 |
| |/ | |||||
* / | backend for storing items as arbitrary webpages | friendica | 2013-01-11 | 1 | -8/+33 |
|/ | |||||
* | network & home notification fixes | friendica | 2013-01-11 | 2 | -9/+8 |
| | |||||
* | Merge pull request #16 from fermionic/20130110-fix-intl-smarty | friendica | 2013-01-10 | 119 | -41/+2289 |
|\ | | | | | add Smarty templates for international templates | ||||
| * | add Smarty templates for international templates | Zach Prezkuta | 2013-01-10 | 119 | -41/+2289 |
|/ | |||||
* | fix the "personal" network filter and introduction notifications | friendica | 2013-01-09 | 5 | -26/+10 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-09 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #15 from MicMee/master | friendica | 2013-01-09 | 1 | -1/+2 |
| |\ | | | | | | | get_cached_avatar_image no longer in use | ||||
| | * | get_cached_avatar_image no longer in use | Michael Meer | 2013-01-09 | 1 | -1/+2 |
| |/ | |||||
* / | wrong redirection after follow | friendica | 2013-01-09 | 3 | -2/+22 |
|/ | |||||
* | update templates | friendica | 2013-01-08 | 1 | -5/+5 |
| | |||||
* | this should fix pcss | friendica | 2013-01-08 | 1 | -7/+5 |
| | |||||
* | minor notification tweaks | friendica | 2013-01-08 | 2 | -6/+6 |
| | |||||
* | update smarty templates | friendica | 2013-01-08 | 1 | -79/+98 |
| | |||||
* | The rest of the front end for the new notifications - now only missing "mark ↵ | friendica | 2013-01-08 | 7 | -207/+143 |
| | | | | all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff | ||||
* | remove debugging | friendica | 2013-01-08 | 1 | -3/+0 |
| | |||||
* | lots of notification tweaks | friendica | 2013-01-08 | 6 | -17/+64 |
| | |||||
* | The notification menu logic actually works. Yay. That means we've finally ↵ | friendica | 2013-01-07 | 1 | -1/+6 |
| | | | | got an extensible notification system and can load arbitrary notifications of a given type into a popup (on demand), each with its own "view all" and "mark all seen". Now we just have to finish the json backends for the currently supported types and work them into the navbar. Might seem trivial or insignificant but this is a huge step forward. Online notifications are everything in an event driven world. | ||||
* | registration issue | friendica | 2013-01-07 | 1 | -4/+4 |
| | |||||
* | make normal popups work again | friendica | 2013-01-07 | 1 | -1/+2 |
| | |||||
* | bypass smarty for intletext templates | friendica | 2013-01-07 | 6 | -0/+44 |
| | |||||
* | events are still buggered and aren't anywhere close to working, but not ↵ | friendica | 2013-01-07 | 6 | -68/+17 |
| | | | | buggered quite as much as before. | ||||
* | input cleansing | friendica | 2013-01-07 | 1 | -2/+10 |
| | |||||
* | more work on notification system, fix a couple of minor issues from smarty ↵ | friendica | 2013-01-07 | 10 | -34/+51 |
| | | | | conversion | ||||
* | small tweaks | friendica | 2013-01-06 | 1 | -6/+5 |
| | |||||
* | more work on notification popup | friendica | 2013-01-06 | 5 | -25/+28 |
| | |||||
* | Merge pull request #14 from fermionic/20130105-smarty3 | friendica | 2013-01-06 | 1 | -5/+9 |
|\ | | | | | change tpl conversion script to support Python 2.4 | ||||
| * | change tpl conversion script to support Python 2.4 | Zach Prezkuta | 2013-01-06 | 1 | -5/+9 |
| | | |||||
* | | Merge pull request #13 from fermionic/20130105-smarty3 | friendica | 2013-01-06 | 245 | -287/+6821 |
|\| | | | | | implement smarty3 | ||||
| * | deal gracefully with non-existent files | Zach Prezkuta | 2013-01-06 | 1 | -10/+13 |
| | | |||||
| * | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 31 | -426/+46 |
| | | |||||
| * | rebase and update themes | Zach Prezkuta | 2013-01-06 | 37 | -130/+364 |
| | | |||||
| * | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 250 | -282/+6959 |
| | | |||||
* | | make dislikes work - though they need a display tweak | friendica | 2013-01-06 | 2 | -2/+2 |
| | | |||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-06 | 1 | -0/+3 |
|\| | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * | Fix slider in Redbasic | Thomas Willingham | 2013-01-06 | 1 | -1/+5 |
| | |