This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
a8dd7280b33008d5100b6d8020640673abf5a78a
core
/
include
History
…
..
dba
…
photo
…
account.php
…
acl_selectors.php
…
activities.php
…
api.php
…
attach.php
…
auth.php
…
BaseObject.php
…
bb2diaspora.php
…
bbcode.php
…
cache.php
…
cli_startup.php
…
cli_suggest.php
…
config.php
…
contact_selectors.php
…
contact_widgets.php
…
Contact.php
…
conversation.php
…
ConversationObject.php
…
cronhooks.php
…
crypto.php
…
datetime.php
…
deliver.php
…
dir_fns.php
…
directory.php
…
enotify.php
we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
2013-08-06 03:29:57 -07:00
event.php
…
expire.php
…
features.php
…
follow.php
…
friendica_smarty.php
…
gprobe.php
…
group.php
…
html2bbcode.php
…
html2plain.php
…
identity.php
…
ItemObject.php
ensure that no unencrypted content leaks through item_store which is private - we typically do this in mod/item, but some functions
2013-08-01 18:50:36 -07:00
ITemplateEngine.php
…
items.php
…
js_strings.php
…
language.php
…
menu.php
…
message.php
…
nav.php
…
network.php
…
notifier.php
…
notify.php
…
oauth.php
…
oembed.php
…
onepoll.php
…
page_widgets.php
…
permissions.php
…
photos.php
…
plugin.php
…
poller.php
…
profile_advanced.php
…
profile_selectors.php
…
ProtoDriver.php
…
queue_fn.php
…
queue.php
…
security.php
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
2013-08-15 22:52:19 -07:00
session.php
…
socgraph.php
…
system_unavailable.php
…
taxonomy.php
…
template_processor.php
…
text.php
…
zot.php
…