aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* this seems to cut load times in halffriendica2013-02-092-18/+31
|
* add count of items to profiler so we can get a running averagefriendica2013-02-091-1/+1
|
* performance profiling - 95% of the time is spent in "conversation()" e.g. ↵friendica2013-02-092-6/+26
| | | | rendering and templates, even with the new theme engine. The time spent in the DB is miniscule. Will have to profile the bbcode processing and template engines individually to drill down further.
* debug rmagicfriendica2013-02-082-5/+11
|
* rmagic module to be called from nav bar on remote site - still needs a template.friendica2013-02-081-0/+58
|
* another sql error from the logsfriendica2013-02-081-1/+1
|
* clean up some sql errors from the logsfriendica2013-02-082-4/+4
|
* more register_approve stuff - like the admin page. Hopefully this won't ↵friendica2013-02-084-8/+12
| | | | conflict with Thomas's admin page "list users" changes
* reduce debug noisefriendica2013-02-081-1/+1
|
* perhaps REGISTER_VERIFY will work now. I'll test it and make certain it ↵friendica2013-02-085-107/+106
| | | | works some day. But not today.
* No bloody comment.friendica2013-02-081-1/+1
|
* I think we're finally done with import_xchan_from_json - everything has been ↵friendica2013-02-071-120/+0
| | | | converted to import_xchan now
* cleanup issues discovered in the logsfriendica2013-02-072-40/+42
|
* make pcss work (really this time)friendica2013-02-072-67/+14
|
* provide a global way of enforcing name policy restrictions, but only enforce ↵friendica2013-02-072-4/+31
| | | | empty names or length > storage size. Allow plugins to set other policies. In particular, you can't have an empty channel name now, but one char is legal ;-)
* update channel or default profile name change in all the appropriate places, ↵friendica2013-02-071-20/+20
| | | | but still need to tell people.
* finish the abook_edit quicklink mess, get rid of the experimental nav bar ↵friendica2013-02-074-24/+35
| | | | opacity. Bad idea.
* auto form submission didn't work - jquery inheritance issue, disabling until ↵friendica2013-02-073-6/+6
| | | | we find another way.
* auto-submit connection edit form when quick permissions are appliedfriendica2013-02-074-4/+8
|
* allow empty path input to use '.' rather than bail with errorfriendica2013-02-071-0/+3
|
* this should fix the auto-friend stufffriendica2013-02-072-3/+6
|
* catch typosfriendica2013-02-061-1/+1
|
* massive notification revisionfriendica2013-02-061-29/+31
|
* work on notificationsfriendica2013-02-062-22/+72
|
* certainly glad I didn't test that...friendica2013-02-061-2/+4
|
* this might make zot-id work as originally conceived complete with reverse ↵friendica2013-02-064-2/+22
| | | | magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.)
* added 'dlogger()' which is intended as a low noise personal logger() ↵friendica2013-02-051-0/+28
| | | | facility for developers. See the source.
* partial cleanup of mod/profile_photo - needs a LOT morefriendica2013-02-053-54/+69
|
* convert wall_upload to use the photo apifriendica2013-02-054-136/+39
|
* mod/attach support for files/attachments using OS storagefriendica2013-02-053-6/+9
|
* give time for seen flag to get reset after comment post before repinging.friendica2013-02-051-1/+1
|
* owner's like reversed instead of observer's.friendica2013-02-051-56/+4
|
* error 500 trying to debug templatesfriendica2013-02-041-1/+1
|
* different background for preview so you know it's a previewfriendica2013-02-044-5/+5
|
* make preview work again after search/new template changefriendica2013-02-043-9/+5
|
* update search_item.tplfriendica2013-02-041-1/+2
|
* fix new/search mod on network page, fix the parent queries on network and ↵friendica2013-02-044-8/+11
| | | | channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
* null notice when sending private mailfriendica2013-02-042-3/+3
|
* debugging mark all seen for various notification typesfriendica2013-02-044-11/+17
|
* bring back selective "mark unseen" on network page now that we can mark all ↵friendica2013-02-033-14/+6
| | | | unseen
* clearly a chanview link is not going to work there, go back to zid.friendica2013-02-032-3/+3
|
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-036-30/+61
|
* support for OS files and add directory support to file/attach objectfriendica2013-02-034-11/+22
|
* allow non-linkable locations, self-linked locations and get rid of google ↵friendica2013-02-022-18/+23
| | | | default location link
* more work on settings - move template utils to utils and get rid of modsfriendica2013-02-025-96/+10
|
* debugging the photo apifriendica2013-02-025-9/+8
|
* Ignore OSX .DS_StoreOliver2013-02-021-1/+3
|
* Merge pull request #26 from beardy-unixer/masterfriendica2013-02-024-26/+9
|\ | | | | Admin page
| * Fix broken menu for multiple profiles.Thomas Willingham2013-02-021-1/+1
| |
| * We DO only have one queue for now.Thomas Willingham2013-02-021-4/+0
| |