Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small changes to a couple of lookup functions which we need to use a bit more | friendica | 2014-02-20 | 1 | -1/+1 | |
| | ||||||
* | whitespace | marijus | 2014-02-12 | 1 | -3/+0 | |
| | ||||||
* | make chatrooms in /chat/channel visible to observers aswell | marijus | 2014-02-12 | 1 | -3/+6 | |
| | ||||||
* | chatroom management front-end stuff | friendica | 2014-01-29 | 1 | -1/+2 | |
| | ||||||
* | more testing of chatroom interfaces, also corrected a function call that ↵ | friendica | 2014-01-29 | 1 | -0/+3 | |
| | | | | should have been a class instantiation in reddav | |||||
* | chatroom list widget backend | friendica | 2014-01-29 | 1 | -0/+9 | |
| | ||||||
* | vcard widget needs to include Contact if it's not included from the module ↵ | Thomas Willingham | 2014-01-18 | 1 | -0/+1 | |
| | | | | that calls it. | |||||
* | appears that I missed a few files for Comanchification. so here's mitem. | friendica | 2013-12-22 | 1 | -1/+8 | |
| | ||||||
* | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 1 | -1/+1 | |
| | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly. | |||||
* | comanchify mod_directory. Two modules remaining. Actually three because ↵ | friendica | 2013-12-20 | 1 | -0/+19 | |
| | | | | message needs to be split. | |||||
* | comanchify connedit, group | friendica | 2013-12-19 | 1 | -3/+32 | |
| | ||||||
* | comanchificate mod_photos | friendica | 2013-12-19 | 1 | -14/+19 | |
| | ||||||
* | more comanche | friendica | 2013-12-19 | 1 | -0/+4 | |
| | ||||||
* | more comanche migration | friendica | 2013-12-19 | 1 | -0/+16 | |
| | ||||||
* | split off mod_connections into mod_connections & mod_connedit - lots of ↵ | friendica | 2013-12-18 | 1 | -1/+1 | |
| | | | | links to fix | |||||
* | a couple more comanche conversions | friendica | 2013-12-14 | 1 | -0/+132 | |
| | ||||||
* | more htmlspecialchars sanitisation | friendica | 2013-12-12 | 1 | -2/+2 | |
| | ||||||
* | cmax wasn't defaulting correctly | friendica | 2013-12-11 | 1 | -1/+4 | |
| | ||||||
* | The affinity tool is not a "traditional" widget. But it is nevertheless a ↵ | friendica | 2013-12-11 | 1 | -0/+26 | |
| | | | | 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. | |||||
* | this makes quotes appear as quotes in notes once page is reloaded. i guess ↵ | marijus | 2013-12-11 | 1 | -1/+1 | |
| | | | | thats fine since we use escape_tags() in notes.php | |||||
* | make suggest channels a feature | marijus | 2013-12-11 | 1 | -1/+4 | |
| | ||||||
* | mod channel is now Comanchified | friendica | 2013-12-10 | 1 | -0/+31 | |
| | ||||||
* | we're almost ready to turn on comanche for mod_network. All the widgets are ↵ | friendica | 2013-12-10 | 1 | -1/+66 | |
| | | | | done. | |||||
* | comanchify the savedsearch widget | friendica | 2013-12-09 | 1 | -0/+83 | |
| | ||||||
* | turn private notes into a feature | friendica | 2013-12-09 | 1 | -0/+3 | |
| | ||||||
* | notes widget | friendica | 2013-12-09 | 1 | -0/+14 | |
| | ||||||
* | more comanchisation (I declare this to be a word) | friendica | 2013-12-09 | 1 | -0/+13 | |
| | ||||||
* | migrate follow widget to comanche and remove obsolete mod/intro.php | friendica | 2013-12-09 | 1 | -1/+30 | |
| | ||||||
* | suggestion widget tweaked to make it comanche capable. Remove old versions ↵ | friendica | 2013-12-08 | 1 | -0/+53 | |
| | | | | 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. | |||||
* | starting on the journey to comanche everywhere - beginning with widget ↵ | friendica | 2013-12-08 | 1 | -0/+8 | |
| | | | | conversions. There are approximately 20 which need to be wrapped for accessibility to comanche. | |||||
* | put comanche widgets in their own file. Added a category tagcloud widget - ↵ | friendica | 2013-10-27 | 1 | -0/+34 | |
but the entries aren't going to link to anything until we have a webpage search ability. But this will be a way to exercise and test widget arguments. |