aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
Commit message (Collapse)AuthorAgeFilesLines
* static Appredmatrix2016-03-311-2/+2
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-19/+19
|
* remove the markdown feature. Do not re-enable unless you are willing to ↵redmatrix2016-03-031-9/+22
| | | | support it.
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-211-1/+1
| | | | plugins will likely break as a result)
* Revert "move accesslist class to namespace"redmatrix2016-02-201-1/+1
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-201-1/+1
|
* iconfig debuggingredmatrix2016-02-171-2/+8
|
* issue #263 - account_default_channel not set to 0 when last channel of an ↵redmatrix2016-01-201-10/+11
| | | | account is removed
* add $deliver flag to item_store() and item_store_update() [default true]. If ↵redmatrix2016-01-161-1/+1
| | | | false, do not send any notifications or process tag_deliver. This should avoid any network activity from happening as the result of a channel (actually item) import. Other minor fixes in the handling of the $allow_exec flag and further protecting CSS passed to widgets from rogue code and XSS.
* issue #251redmatrix2016-01-071-2/+1
|
* don't send wall-post notifications when creating webpages on another channelredmatrix2015-12-251-1/+1
|
* issue #235redmatrix2015-12-241-1/+1
|
* incorrect obj_type on several itemsredmatrix2015-12-111-0/+1
|
* issue #183redmatrix2015-11-231-1/+1
|
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-0/+23
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* new feature: 'suppress_duplicates' issue #146 triggered with less than two ↵redmatrix2015-11-191-0/+20
| | | | minutes between posts having identical content.
* revert html in markdown for posts, but trim the input before processing the ↵redmatrix2015-11-151-1/+1
| | | | markdown
* run markdown through html purifier for those who insist on mixing html with ↵redmatrix2015-11-111-1/+2
| | | | markdown.
* do a better job of preserving linebreaks in posts for channels that use markdownredmatrix2015-11-101-0/+1
|
* fix #83Mario Vavti2015-10-291-1/+3
|
* looks like there may be issues with the datetime picker if the local ↵redmatrix2015-10-251-1/+1
| | | | timezone isn't the same as your settings.
* create photo object if feature large photos is enabled and display those ↵Mario Vavti2015-10-201-1/+0
| | | | slightly different
* issue with resetting post perms to default audience - not sticking.0.10redmatrix2015-10-011-6/+17
|
* fix consensus items - issue #53Mario Vavti2015-09-221-0/+1
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-071-0/+13
|\ | | | | | | | | | | | | Conflicts: include/items.php view/it/messages.po view/it/strings.php
| * sync posted top level items rather than deliver them (actually we do both, ↵redmatrix2015-09-071-3/+30
| | | | | | | | but sync comes first). This way we get the ACL transferred.
* | consolidate import_items/sync_itemsredmatrix2015-09-071-3/+22
| |
* | issue #31redmatrix2015-09-011-1/+1
| |
* | more AccessList stuff - this time it's mod-item, which is a biggieredmatrix2015-08-281-72/+19
| |
* | more work on AccessList integrationredmatrix2015-08-271-1/+0
| |
* | First attempt to turn access control into an object class. The access ↵redmatrix2015-08-271-0/+3
| | | | | | | | control manipulation is getting too complex and this will help keep it manageable and reduce a lot of code duplication.
* | photo permission inheritance. We want to use the folder permissions unless ↵redmatrix2015-08-061-0/+17
| | | | | | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty.
* | turn attached audio/video into audio/video elements as well as providing an ↵redmatrix2015-07-011-1/+7
| | | | | | | | attachment link
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-231-4/+5
|\| | | | | | | | | | | Conflicts: include/items.php mod/item.php
| * typoredmatrix2015-06-231-1/+1
| |
| * Merge pull request #356 from solstag/signature_edit_fixredmatrix2015-06-231-2/+2
| |\ | | | | | | properly trims edited posts before signing so signature verification …
| | * properly trims edited posts before signing so signature verification worksAlexandre Hannud Abdo2015-06-231-2/+2
| | |
| * | ensure we always sign a trimmed item body.redmatrix2015-06-221-1/+1
| |/
* | fix attachment permissions when they also contain an image.redmatrix2015-06-151-0/+15
| |
* | convert the abook fieldsredmatrix2015-06-141-2/+2
| |
* | more work on itemsredmatrix2015-06-111-6/+47
|\| | | | | | | | | | | | | | | | | | | | | and Merge branch 'master' of https://github.com/redmatrix/redmatrix Conflicts: include/items.php view/it/messages.po view/it/strings.php
* | more work on item table optimisationredmatrix2015-06-101-4/+4
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-101-21/+23
|\|
| * correctly fix attachment permissions from private mentionsAlexandre Hannud Abdo2015-06-101-21/+23
| | | | | | | | by postponing code that removes the attachment tag from the body
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-021-34/+36
|\|
| * move the photo and attachment permission syncing past the tag replacement so ↵redmatrix2015-06-011-34/+36
| | | | | | | | that attachments get the correct permissions when private mentions are used.
* | more migration of page typesredmatrix2015-05-211-4/+2
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-211-1/+4
|\|
| * preserve lock on edited commentsredmatrix2015-05-211-1/+4
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-2/+13
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po