Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add functions to parse and get some values from php.ini. | Klaus Weidenbach | 2015-05-16 | 1 | -0/+66 |
| | | | | | | | Get upload limits from php.ini. These functions will be used for checking against upload limits and to give information in the frontend. Wasn't sure in which file to put these functions, so I created a new one include/environment.php. | ||||
* | allow a block to contain $content | Mario Vavti | 2015-05-15 | 1 | -1/+8 |
| | |||||
* | product was a bad string to use because we may require it for e-commerce, ↵ | redmatrix | 2015-05-13 | 6 | -9/+9 |
| | | | | and RED_PLATFORM is equally problematic for other reasons. | ||||
* | provide a method for loading site/custom widgets | redmatrix | 2015-05-12 | 1 | -0/+3 |
| | |||||
* | replace project name with $product or $Product in strings to avoid merge ↵ | redmatrix | 2015-05-12 | 1 | -2/+15 |
| | | | | issues across different project names. Currently a place-holder. The strings themselves have not yet been modified. | ||||
* | fix a couple of miscellaneous errors which showed up in the logs | redmatrix | 2015-05-11 | 2 | -2/+5 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-05-10 | 3 | -8/+88 |
|\ | |||||
| * | uid > channel id to make submenus visible for observers | Mario Vavti | 2015-05-10 | 1 | -3/+3 |
| | | |||||
| * | provide ability to create submenus | Mario Vavti | 2015-05-10 | 1 | -1/+19 |
| | | |||||
| * | provide wrap variable for comanche menus | Mario Vavti | 2015-05-07 | 2 | -4/+18 |
| | | |||||
| * | provide a possibility to include js/css libs | Mario Vavti | 2015-05-07 | 1 | -0/+40 |
| | | |||||
| * | adjust icon size | Mario Vavti | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | allow blocks to have custom classes and add a new template called zen which ↵ | Mario Vavti | 2015-05-06 | 1 | -2/+10 |
| | | | | | | | | gives you an empty page to work with | ||||
* | | rev update | redmatrix | 2015-05-10 | 1 | -1/+1 |
|/ | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-05-05 | 1 | -1/+1 |
|\ | |||||
| * | remove obsolete linebreak | Mario Vavti | 2015-05-04 | 1 | -1/+1 |
| | | |||||
* | | turn consensus items into diaspora polls for that network | redmatrix | 2015-05-05 | 1 | -0/+15 |
|/ | |||||
* | more performance work | friendica | 2015-04-30 | 1 | -1/+9 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | friendica | 2015-04-30 | 1 | -0/+2 |
|\ | |||||
| * | disable voting in blocks, layouts and webpages | Mario Vavti | 2015-04-29 | 1 | -0/+2 |
| | | |||||
* | | just a test, please do not try to implement this as there are severe ↵ | friendica | 2015-04-30 | 2 | -2/+20 |
|/ | | | | security issues | ||||
* | Provide webpage layout description | Mario Vavti | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | friendica | 2015-04-24 | 2 | -1/+2 |
|\ | |||||
| * | add widget class to blocks again by default. we have the wrap variable now ↵ | Mario Vavti | 2015-04-24 | 1 | -1/+1 |
| | | | | | | | | to remove the div wrapper if necessary. | ||||
| * | provide block titles in blocklist | Mario Vavti | 2015-04-24 | 1 | -0/+1 |
| | | |||||
* | | zotfeed issues | friendica | 2015-04-24 | 1 | -3/+3 |
| | | |||||
* | | mod/branchtopic - move an off-topic comment to its own thread as a fresh ↵ | friendica | 2015-04-24 | 1 | -1/+1 |
|/ | | | | wall-to-wall post and the same delivery permissions as its parent. No adjustments are made for complex delivery chains. | ||||
* | block unfederated posts from zot_feed | friendica | 2015-04-23 | 1 | -0/+6 |
| | |||||
* | disconnect | friendica | 2015-04-23 | 1 | -7/+15 |
| | |||||
* | fix webpage perms | Mario Vavti | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | use PERMS_SPECIFIC for anything that hasn't been specified. This way there's ↵ | friendica | 2015-04-21 | 1 | -24/+24 |
| | | | | nothing that's "only yourself", and let's you add additional permissions at will rather than be forced to accept the defaults or turn on custom permissions just to give a friend delegation rights or the ability to post photos. | ||||
* | issue #162 | friendica | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | issue #176, sender copy of item not obscured if using private mention | friendica | 2015-04-20 | 1 | -1/+3 |
| | |||||
* | force event obj_type on update | friendica | 2015-04-20 | 1 | -1/+2 |
| | |||||
* | issue #157, provide default directory sort order | friendica | 2015-04-19 | 1 | -1/+7 |
| | |||||
* | doco updates | friendica | 2015-04-19 | 1 | -3/+0 |
| | |||||
* | add favorites/create and destroy to api | friendica | 2015-04-19 | 1 | -36/+137 |
| | |||||
* | api performance enhancer | friendica | 2015-04-19 | 1 | -5/+2 |
| | |||||
* | assorted fixes to api direct messages | friendica | 2015-04-19 | 1 | -31/+35 |
| | |||||
* | some api cleanup | friendica | 2015-04-19 | 1 | -11/+15 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | friendica | 2015-04-19 | 2 | -53/+31 |
|\ | |||||
| * | attach an id to menues, allow $menu_title to be empty, if no custom menu ↵ | Mario Vavti | 2015-04-19 | 1 | -6/+8 |
| | | | | | | | | class is provided use default redbasic classes | ||||
| * | Introduce wrap variable in comanche blocks (if set to none the block will ↵ | Mario Vavti | 2015-04-19 | 2 | -47/+23 |
| | | | | | | | | not be wrapped in a div), fix menu item permissions (it was not possible to set them visible for everybody) and a typo | ||||
* | | api - unobscure mail | friendica | 2015-04-19 | 2 | -4/+15 |
|/ | |||||
* | log this since we may need it to track down failures | friendica | 2015-04-18 | 1 | -2/+3 |
| | |||||
* | remove failed experiment | friendica | 2015-04-17 | 1 | -2/+0 |
| | |||||
* | add last post to api/account/verify_credentials | friendica | 2015-04-17 | 1 | -5/+60 |
| | |||||
* | allow jot to be displayed expanded, remove deprected datetimepicker js and ↵ | Mario Vavti | 2015-04-17 | 1 | -1/+2 |
| | | | | some random fixes | ||||
* | provide a separate input field for rpost attachments | Mario Vavti | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | don't show directory keywords widget if globaldir setting is off | friendica | 2015-04-15 | 1 | -0/+5 |
| |