aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* yearly license updateredmatrix2015-12-311-0/+1
|
* log API improvements and queue optimisation for singleton networksredmatrix2015-12-311-3/+20
|
* spellingredmatrix2015-12-251-1/+1
|
* enhance whitespaceredmatrix2015-12-151-1/+1
|
* revise the photo activity a bit so that we always have a valid activity ↵redmatrix2015-12-151-9/+15
| | | | body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target.
* beautify event item codeMario Vavti2015-11-261-45/+32
|
* first iteration on the event itemMario Vavti2015-11-261-1/+50
|
* change _newwin to _blank because the window named _newwin may be hard to ↵redmatrix2015-11-201-2/+2
| | | | find if you have lots of windows/tabs open.
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-1/+1
| | | | 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.
* allow plugins to also log to a different named logfile and also alter the ↵redmatrix2015-11-151-1/+1
| | | | log message
* permission issues editing wall-to-wall postsredmatrix2015-11-151-2/+9
|
* allow pdl contentredmatrix2015-11-121-1/+9
|
* Add unit tests for valid email function.ken restivo2015-11-081-4/+6
|
* make attachments appear in a dropdown in wall-item-tools-leftMario Vavti2015-10-311-1/+1
|
* restrict sslify to img tags by default - set config system.sslify_everything ↵redmatrix2015-10-281-1/+10
| | | | if you want to proxy media files also.
* improve photo item object - we now provide the infos for all available photo ↵Mario Vavti2015-10-251-2/+13
| | | | sizes
* implement the new anchor target behaviourMario Vavti2015-10-221-1/+1
|
* define $photoMario Vavti2015-10-221-0/+2
|
* move photo object stuff from itemObject to prepare_body() so we can do more ↵Mario Vavti2015-10-221-10/+27
| | | | stuff with it
* extened the earlier fixredmatrix2015-10-191-2/+2
|
* issues with "the Register" feedredmatrix2015-10-181-1/+1
|
* really fix label nameMario Vavti2015-10-151-1/+6
|
* wrong logicMario Vavti2015-10-151-1/+1
|
* fix label nameMario Vavti2015-10-151-5/+2
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2015-10-151-1/+1
|\
| * issue #86 - like/dislike in photos not workingredmatrix2015-10-141-1/+1
| |
* | remove $item from $prep_arr - we probably do not need itMario Vavti2015-10-141-1/+1
| |
* | allow photo-items to appear full width if large photos feature is enabled. ↵Mario Vavti2015-10-141-48/+40
|/ | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
* functions to update urls in items when doing migrationsredmatrix2015-10-061-0/+44
|
* move string files to hmessages.po and hstrings.php for hubzilla to avoid ↵redmatrix2015-09-261-2/+2
| | | | endless merge conflicts.
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-021-4/+0
|\ | | | | | | | | | | Conflicts: doc/credits.bb mod/thing.php
| * Update the creditsredmatrix2015-09-021-4/+0
| |
* | more work on AccessList integrationredmatrix2015-08-271-56/+0
| |
* | extra encoding on mail titlesredmatrix2015-08-201-1/+1
| |
* | fix observer tags for now (issue #17)zottel2015-07-161-1/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-101-1/+1
|\| | | | | | | | | | | | | | | Conflicts: mod/editpost.php util/messages.po view/nl/messages.po view/nl/strings.php
| * increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-091-1/+1
| |
* | undo the disabling of browser_prefetch and for the time being revert the ↵redmatrix2015-06-251-10/+10
| | | | | | | | HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more.
* | more work on mail flagsredmatrix2015-06-231-3/+2
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-181-4/+4
|\|
| * issues with markdownify and escaped HTMLredmatrix2015-06-181-4/+4
| |
* | convert the abook fieldsredmatrix2015-06-141-8/+7
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-271-0/+66
|\| | | | | | | | | Conflicts: mod/impel.php
| * define some custom attributes and html5 elements for htmlpurifierMario Vavti2015-05-271-0/+66
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-201-6/+1
|\| | | | | | | | | | | | | | | Conflicts: include/items.php include/text.php mod/item.php view/nl/messages.po
| * PRIVACY: possible privacy leakage under a defined set of circumstancesredmatrix2015-05-201-10/+0
| |
* | re-arrange the html cache a bitredmatrix2015-05-201-12/+14
| |
* | add rot47 to the mix. This shouldn't affect the speed to any measurable degree.redmatrix2015-05-191-2/+8
| |
* | mail_obscure - AES-256 is way too slow, simplify. Ideally a substitution ↵redmatrix2015-05-191-3/+2
| | | | | | | | cipher would be adequate for our requirements.
* | Merge branch 'master' into tresredmatrix2015-05-141-15/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php