Michael Vogel
9496537e5f
Now term table is used for categories and putting items to folder
8 years ago
Michael Vogel
6e7bd68ebb
More "LIMIT 1" removed - and some other SQL improvements.
8 years ago
Michael Vogel
9c87e00dd3
Preparation for a new variable that points to the post on the own friendica server
8 years ago
Michael Vogel
01971428aa
target="_blank" instead of target="external-link"
8 years ago
Michael Vogel
5d3ebcc2cf
Bugfix of the bugfix :)
9 years ago
Michael Vogel
eca9431909
Bugfix: Problem with page switching with the old pager solved
9 years ago
Michael Vogel
7e5c8ab91c
Keeping an offset for page switching: This helps so that you don't see old messages
9 years ago
Michael Vogel
d20d2f74ae
Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms
9 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.
9 years ago
Mats Sjöberg
d22d4a293f
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.
9 years ago
friendica
bfc9cfb82f
put tags in items
9 years ago
fabrixxm
5cdeef22ea
pager: fix stupid typo
9 years ago
Fabrixxm
faa510befc
move html from paginate functions to template
9 years ago
Tobias Diekershoff
2b09b8ae17
make red# available as a smilie
9 years ago
Zach Prezkuta
35358baac9
update to v4.0.0; point to local host of SWF
9 years ago
Zach Prezkuta
fec4581f34
basic video playback support using VideoJS
9 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.
9 years ago
Fabrixxm
ddf1caf0fd
template engine rework
...
- use smarty3 as default engine
- new pluggable template engine system
9 years ago
Fabrixxm
1a8bdf8ae8
more phpdocs
9 years ago
Fabrixxm
a161b86d1f
add phpdoc
9 years ago
Zach Prezkuta
0187283709
allow admin to prevent private image embedding on hub
9 years ago
Zach Prezkuta
c886927a52
use mb_ereg_replace for xmlify and unxmlify
9 years ago
Zach Prezkuta
18f71c1050
parsing multi-byte strings with xmlify
9 years ago
Zach Prezkuta
774a78dbde
better unicode support in xmlify
9 years ago
Zach Prezkuta
6152cbd5ac
add support for more file attachment types
9 years ago
Zach Prezkuta
b6bc7daadf
move mb_strlen call out of for loop definition
9 years ago
Michael Vogel
2cb576d305
Bugfixing after adding timestamps
9 years ago
Michael Vogel
fdee002f73
Several improvements for performance measuring
9 years ago
Michael - piratica.eu
2c93067682
Performance: Adding several variables for performance measuring.
9 years ago
Michael Vogel
82c00660e0
Preloading of items in the cache when receiving them.
9 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.
9 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
9 years ago
Zach Prezkuta
609c45e791
fixes and tweaks to Smarty processing
9 years ago
Zach Prezkuta
5f1ef732e0
remove now-unnecessary line in text.php
9 years ago
friendica
215a7f139c
make smarty error reporting a bit less chatty
10 years ago
Zach Prezkuta
e736abd372
small fixes; update smarty3 templates
10 years ago
Zach Prezkuta
11c06e21b7
simplify by making Smarty include directives behave like Friendica native ones
10 years ago
Zach Prezkuta
96ed0a7791
Implement Smarty3
10 years ago
Michael Vogel
c22f65bafa
repeated items from ostatus and diaspora are now using the share-element.
...
Some design changes to repeated items in "vier".
10 years ago
Michael Vogel
4164257cb2
vier: The alt-pager and the birthday- and eventreminder is optically improved
10 years ago
Michael Vogel
f17377e6de
New cache system with subdirectories
10 years ago
friendica
009744af50
allow posted ACLs to be comma-delimited string besides the default array
10 years ago
friendica
2347a4326c
get rid of 'Friendika'
10 years ago
friendica
054f8edb59
zeros - theming for new categories/folder display
10 years ago
Fabrixxm
dd25c7db7e
more $item data
...
- add $item.categories and $item.folders to object/Item.php
- add $item.hastags and $item.mentions to object/Item.php
- add $item.total_comments_num and $item.total_comments_text to object/Item.php (those are set for top_level item also with no comments)
- move get_cats_and_terms() to include/text.php
10 years ago
Fabrixxm
b400ddd22d
conversation: new 'categories' and 'folder' elements to $item
...
remove static "Filed under" e "Category" text from message body
both are lists of array whith
'name' : category/folder name
'remove': url to remove
'first': bool first in array
'last' : bool last in array
10 years ago
friendica
cdf648c0b4
attachments from non-friendica contacts shouldn't go through redir - it won't work
10 years ago
friendica
386b6d081b
moods
10 years ago
friendica
e802c81ec1
fix single quotes
10 years ago
friendica
4654ebd43b
correct the invocation for htmlspecialchars to handle quote display issues with editplain and reshare
10 years ago