| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | two really bad typos cancelled each other out so typo couldn't see either. | friendica | 2013-02-13 | 1 | -3/+3 |
* | catch all the changes | friendica | 2013-02-13 | 2 | -2/+2 |
* | mod_common - use channel_id rather than channel_address | friendica | 2013-02-13 | 1 | -14/+8 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-02-13 | 1 | -0/+2 |
|\ |
|
| * | Expert mode. Doesn't do anything yet, just checking in on the offchance anyo... | Thomas Willingham | 2013-02-13 | 1 | -0/+2 |
* | | bring mod_common into the modern age | friendica | 2013-02-13 | 7 | -600/+50 |
|/ |
|
* | fix to common friends - it seems it counts the right number of common friends... | friendica | 2013-02-13 | 2 | -2/+2 |
* | some more rmagic fixes discovered during testing | friendica | 2013-02-13 | 1 | -3/+3 |
* | fix auto rmagic when visiting with zid | friendica | 2013-02-13 | 2 | -3/+9 |
* | recursion and typo in rmagic with zid | friendica | 2013-02-13 | 4 | -41/+3 |
* | send correct 'searchable' directory setting based on default profile setting | friendica | 2013-02-12 | 1 | -0/+4 |
* | contact photo update issue | friendica | 2013-02-12 | 1 | -636/+636 |
* | Whinging whining stupid fucks. | friendica | 2013-02-12 | 5 | -33/+19 |
* | maybe it would work if I didn't put non-existent php vars into the sql. | friendica | 2013-02-11 | 1 | -1/+1 |
* | more progresss on tag delivery | friendica | 2013-02-11 | 1 | -5/+3 |
* | Sort out registrations requiring approval | friendica | 2013-02-11 | 5 | -15/+21 |
* | tag notifications now work. | friendica | 2013-02-11 | 1 | -1/+3 |
* | progress on tag delivery | friendica | 2013-02-11 | 8 | -15/+17 |
* | debug tag_deliver | friendica | 2013-02-10 | 1 | -1/+4 |
* | xchan lookup tool - provide the first few chars of an xchan and find out who ... | friendica | 2013-02-10 | 1 | -0/+28 |
* | debug import_profile_photo | friendica | 2013-02-10 | 1 | -3/+7 |
* | fix profile selector on profile_photo page (unquoted mysql reserved word 'def... | friendica | 2013-02-10 | 4 | -5/+14 |
* | prevent repeated channel names in system notifications | friendica | 2013-02-10 | 1 | -1/+1 |
* | add mimetype to protocol layers | friendica | 2013-02-10 | 1 | -10/+13 |
* | add mimetype to items | friendica | 2013-02-10 | 3 | -3/+15 |
* | reduce itemspage for better interactive performance | friendica | 2013-02-10 | 2 | -3/+3 |
* | taming the wild mod_display | friendica | 2013-02-10 | 2 | -37/+36 |
* | progress on mod/display - slow but any progress is good | friendica | 2013-02-10 | 3 | -24/+12 |
* | mod_display - no fun. Not working at all. But a bit of progress. | friendica | 2013-02-10 | 12 | -117/+207 |
* | add soapbox settings | friendica | 2013-02-10 | 6 | -14/+46 |
* | smarty support in intltext, fix old pending accounts query in ping, log faile... | friendica | 2013-02-09 | 3 | -7/+22 |
* | more profiling - cache the qcomment list so we don't have to look it up for e... | friendica | 2013-02-09 | 2 | -1/+22 |
* | this seems to cut load times in half | friendica | 2013-02-09 | 2 | -18/+31 |
* | add count of items to profiler so we can get a running average | friendica | 2013-02-09 | 1 | -1/+1 |
* | performance profiling - 95% of the time is spent in "conversation()" e.g. ren... | friendica | 2013-02-09 | 2 | -6/+26 |
* | debug rmagic | friendica | 2013-02-08 | 2 | -5/+11 |
* | rmagic module to be called from nav bar on remote site - still needs a template. | friendica | 2013-02-08 | 1 | -0/+58 |
* | another sql error from the logs | friendica | 2013-02-08 | 1 | -1/+1 |
* | clean up some sql errors from the logs | friendica | 2013-02-08 | 2 | -4/+4 |
* | more register_approve stuff - like the admin page. Hopefully this won't confl... | friendica | 2013-02-08 | 4 | -8/+12 |
* | reduce debug noise | friendica | 2013-02-08 | 1 | -1/+1 |
* | perhaps REGISTER_VERIFY will work now. I'll test it and make certain it works... | friendica | 2013-02-08 | 5 | -107/+106 |
* | No bloody comment. | friendica | 2013-02-08 | 1 | -1/+1 |
* | I think we're finally done with import_xchan_from_json - everything has been ... | friendica | 2013-02-07 | 1 | -120/+0 |
* | cleanup issues discovered in the logs | friendica | 2013-02-07 | 2 | -40/+42 |
* | make pcss work (really this time) | friendica | 2013-02-07 | 2 | -67/+14 |
* | provide a global way of enforcing name policy restrictions, but only enforce ... | friendica | 2013-02-07 | 2 | -4/+31 |
* | update channel or default profile name change in all the appropriate places, ... | friendica | 2013-02-07 | 1 | -20/+20 |
* | finish the abook_edit quicklink mess, get rid of the experimental nav bar opa... | friendica | 2013-02-07 | 4 | -24/+35 |
* | auto form submission didn't work - jquery inheritance issue, disabling until ... | friendica | 2013-02-07 | 3 | -6/+6 |