Commit Graph

202 Commits (e2f9ae397083710cd94b97296a925ebae7e28961)

Author SHA1 Message Date
Michael Vogel e2f9ae3970 Removing of some warnings 9 years ago
Michael Vogel 6541247bd3 Use the GUID to refer to items (preparation for future changes) 9 years ago
Michael Vogel f68bbffb64 Adding preview value to "prepare_body" hook. (Will be used in addons for network related previews) 9 years ago
fabrixxm 0b83432bf3 better logger format, some comments 9 years ago
fabrixxm 22c45b9bf1 Merge pull request #938 from annando/master
API: Don't show own posts in mentions, some "vier" changes and provider name for diaspora
9 years ago
Michael Vogel b64ddcce96 Accepting "!"-links as tags. (They are used at statusnet for groups) 9 years ago
fabrixxm 29092ace44 Merge pull request #927 from annando/master
Massive SQL stuff
9 years ago
Michael Vogel a410d9caae When a user isn't logged in, then the item link got to an invalid address. 9 years ago
Michael Vogel 9496537e5f Now term table is used for categories and putting items to folder 9 years ago
Michael Vogel 6e7bd68ebb More "LIMIT 1" removed - and some other SQL improvements. 9 years ago
Tobias Diekershoff d29c981aa2 Merge pull request #919 from annando/master
plink, disabling features, triming the content of parsed urls
9 years ago
Michael Vogel 9c87e00dd3 Preparation for a new variable that points to the post on the own friendica server 9 years ago
Tobias Diekershoff 3bbe7a75ec Merge pull request #911 from annando/master
target="_blank" and api improvements
9 years ago
Michael Vogel 01971428aa target="_blank" instead of target="external-link" 9 years ago
fabrixxm e312b734ca Merge pull request #899 from fabrixxm/issue_898
use htmlspecialchars in xmlify and htmlspecialchars_decode in unxmlify
10 years ago
Fabrixxm 682793ccd3 use 'ENT_QUOTES' in xmlify/unxmlify 10 years ago
Tobias Diekershoff c52973f956 red# links to redmatrix.me 10 years ago
Fabrixxm 1e87f4eb8c use htmlspecialchars in xmlify and htmlspecialchars_decode in unxmlify 10 years ago
Michael Vogel 5d3ebcc2cf Bugfix of the bugfix :) 10 years ago
Michael Vogel eca9431909 Bugfix: Problem with page switching with the old pager solved 10 years ago
Michael Vogel 7e5c8ab91c Keeping an offset for page switching: This helps so that you don't see old messages 10 years ago
Michael Vogel d20d2f74ae Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms 10 years ago
Mats Sjöberg 2859ce1483 Initial implementation of internal PuSH server in Friendica. It has been tested with GNU Social/StatusNet, and subscribe, unsubscribe and pushing new items seem to work. 10 years ago
friendica bfc9cfb82f put tags in items 10 years ago
fabrixxm 5cdeef22ea pager: fix stupid typo 10 years ago
Fabrixxm faa510befc move html from paginate functions to template 10 years ago
Tobias Diekershoff 2b09b8ae17 make red# available as a smilie 10 years ago
Zach Prezkuta 35358baac9 update to v4.0.0; point to local host of SWF 10 years ago
Zach Prezkuta fec4581f34 basic video playback support using VideoJS 10 years ago
Fabrixxm d36292c532 template: set smarty3 as default template engine in theme info array.
remove commented code from get_markup_template.
add check for $root/$filename in get_template_file.
10 years ago
Fabrixxm ddf1caf0fd template engine rework
- use smarty3 as default engine
- new pluggable template engine system
10 years ago
Fabrixxm 1a8bdf8ae8 more phpdocs 10 years ago
Fabrixxm a161b86d1f add phpdoc 10 years ago
Zach Prezkuta 0187283709 allow admin to prevent private image embedding on hub 10 years ago
Michael Vogel 93143702ed Merge remote-tracking branch 'upstream/master'
Conflicts:
	boot.php
	database.sql
	library/fancybox/jquery.fancybox-1.3.4.css
	mod/search.php
	update.php
10 years ago
fermionic a0e18a0ff8 Merge pull request #601 from fermionic/20130204-100-percent-CPU-usage-on-xmlify
move mb_strlen call out of for loop definition
10 years ago
Zach Prezkuta c886927a52 use mb_ereg_replace for xmlify and unxmlify 10 years ago
Zach Prezkuta 18f71c1050 parsing multi-byte strings with xmlify 10 years ago
Zach Prezkuta 774a78dbde better unicode support in xmlify 10 years ago
Zach Prezkuta 6152cbd5ac add support for more file attachment types 10 years ago
Zach Prezkuta b6bc7daadf move mb_strlen call out of for loop definition 10 years ago
Michael Vogel 2cb576d305 Bugfixing after adding timestamps 11 years ago
Michael Vogel fdee002f73 Several improvements for performance measuring 11 years ago
Michael - piratica.eu 2c93067682 Performance: Adding several variables for performance measuring. 11 years ago
Michael Vogel 4e3d0018c6 Merge remote-tracking branch 'upstream/master'
Conflicts:
	boot.php
	include/items.php
	update.php
11 years ago
Michael Vogel 82c00660e0 Preloading of items in the cache when receiving them. 11 years ago
Michael Vogel 5501dd0759 Searching for tags has been enabled in all places. The tag detection has been improved for imports with missing line feeds. 11 years ago
friendica 8b643d4c88 Merge pull request #581 from fermionic/20130112-backport-red-smarty-improvements
fixes and tweaks to Smarty processing
11 years ago
Zach Prezkuta 74caf1a4a7 * Add MIME types for file attachments
* Restore translatability to mood phrases
* Prevent casting of "false" in html2plain
* Allow attachments with a comma in the filename
* Fix/optimize ACL img data-src jQuery search
* Fix bug when uploading files with a comma in the name using Chrome/Chromium
* Babel nicer output formatting
* Remove obsolete "plaintext" check in mod/parse_url
* Restore TinyMCE live insertion of images
* Smarty conversion script: add --no-header option to suppress warning headers in Smarty template files
11 years ago
Zach Prezkuta 609c45e791 fixes and tweaks to Smarty processing 11 years ago