aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
Commit message (Collapse)AuthorAgeFilesLines
* remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-221-1/+1
| | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-121-1/+1
|
* The affinity tool is not a "traditional" widget. But it is nevertheless a ↵friendica2013-12-111-25/+0
| | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
* mod_network is now running under Comanche. Yay.friendica2013-12-101-9/+0
|
* we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-101-107/+24
| | | | done.
* comanchify the savedsearch widgetfriendica2013-12-091-3/+3
|
* notes widgetfriendica2013-12-091-1/+1
|
* suggestion widget tweaked to make it comanche capable. Remove old versions ↵friendica2013-12-081-2/+2
| | | | of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
* transition to $a->set_widget in /network on the short term - long term this ↵friendica2013-12-081-5/+5
| | | | will be in view/pdl files
* starting on the journey to comanche everywhere - beginning with widget ↵friendica2013-12-081-2/+2
| | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
* suggestion widgetfriendica2013-12-061-0/+1
|
* move profile tabs and network/matrix tabs to include/conversationfriendica2013-12-051-125/+2
|
* remove some cruftfriendica2013-12-051-69/+5
|
* make some "selection-is-selected" classes work againfriendica2013-12-051-1/+1
|
* issue #224friendica2013-12-051-0/+6
|
* quite a bit of work on default acl permissions and various acl quirksfriendica2013-11-291-17/+23
|
* pull in some posts when we first connect with a new channel (if allowed to) ↵friendica2013-11-171-2/+2
| | | | - if not allowed to, do it if that condition changes
* Saved searches on the matrix/network page just got a lot more interesting. ↵friendica2013-10-011-3/+26
| | | | Hint: it's all about autocomplete
* Issue #158friendica2013-09-291-3/+3
|
* hopefully this will go over a bit better - check post owner permissions as ↵friendica2013-09-201-1/+1
| | | | well as local owner permissions for comments during submission, since the comment was being blindly accepted on the local system due to only checking the profile owner. Also change collections query to include only top-level posts by a member of the collection.
* make collections work againfriendica2013-09-181-4/+9
|
* fix network search - except it can't search private posts. That may be a ↵friendica2013-09-051-1/+2
| | | | problem.
* silence some warnings at php E_ALL levelsfriendica2013-08-281-5/+7
|
* bring back mail list and cleanup some issues which popped out with full PHP ↵friendica2013-08-271-1/+1
| | | | warnings
* move js from matrix pagefriendica2013-08-151-17/+0
|
* add logging to matrix page load because I don't want to spend a week telling ↵friendica2013-07-221-0/+2
| | | | somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
* configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-171-0/+1
| | | | theme settings.
* use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+3
| | | | dependent but seems to work on FF
* fix cid queryfriendica2013-06-271-1/+1
|
* fix location setting stufffriendica2013-05-281-1/+1
|
* didn't realise that collections (search by group) and search by contact ↵friendica2013-05-221-26/+26
| | | | weren't working on the matrix/network page and had never been properly ported. They're now ported - whether or not they work is another matter.
* uri to midfriendica2013-03-251-1/+1
|
* main_slider hookfriendica2013-03-211-1/+4
|
* progress on tag deliveryfriendica2013-02-111-2/+2
|
* reduce itemspage for better interactive performancefriendica2013-02-101-1/+1
|
* mod_display - no fun. Not working at all. But a bit of progress.friendica2013-02-101-0/+1
|
* 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-091-6/+22
| | | | 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.
* reduce debug noisefriendica2013-02-081-1/+1
|
* fix new/search mod on network page, fix the parent queries on network and ↵friendica2013-02-041-1/+1
| | | | channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right.
* debugging mark all seen for various notification typesfriendica2013-02-041-1/+1
|
* bring back selective "mark unseen" on network page now that we can mark all ↵friendica2013-02-031-11/+6
| | | | unseen
* debugging the photo apifriendica2013-02-021-2/+2
|
* more progress on photos apifriendica2013-02-021-2/+2
|
* debugging of file attachment api - somewhat functional but the attachment ↵friendica2013-01-311-5/+6
| | | | info structure in the item table needs to be re-done.
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-251-2/+2
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* rewrite the conv searchfriendica2013-01-121-4/+4
|
* fix the "personal" network filter and introduction notificationsfriendica2013-01-091-8/+6
|
* found itfriendica2013-01-041-1/+2
|
* stray elsefriendica2013-01-041-1/+1
|