aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-05-121-1/+1
| |\| | | | | | | | | | | | | | | | Conflicts: mod/mitem.php view/nl/strings.php
| | * fix a couple of miscellaneous errors which showed up in the logsredmatrix2015-05-111-1/+1
| | |
| * | Hopefully this will make item_cache the defaultredmatrix2015-05-061-11/+11
| | |
| * | first pass name changeredmatrix2015-05-051-3/+3
| |/
* | Merge branch 'master' into tresfriendica2015-05-011-0/+18
|\|
| * more performance workfriendica2015-04-301-1/+9
| |
| * just a test, please do not try to implement this as there are severe ↵friendica2015-04-301-0/+10
| | | | | | | | security issues
* | Merge branch 'master' into tresfriendica2015-04-231-217/+305
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * api - unobscure mailfriendica2015-04-191-0/+11
| |
| * dont suggest anything here it explains itselfMario Vavti2015-04-141-1/+1
| |
| * some more on webpagesMario Vavti2015-04-141-12/+15
| |
| * move style to style.cssMario Vavti2015-04-101-3/+3
| |
| * make r# work better with different font sizesMario Vavti2015-04-101-3/+3
| |
| * that didn't work out well - let's do this insteadfriendica2015-04-081-27/+16
| |
| * fix selector when sys channel activefriendica2015-04-081-0/+13
| |