]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Updating Markdown class + use spl_autoload_register
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 18 Mar 2014 09:46:24 +0000 (10:46 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 18 Mar 2014 09:52:17 +0000 (10:52 +0100)
commit3d0994bccaae80ea10fb07ff55560ccaf20056ae
treeccc908b2eb378abd224c23faafcbb817b40f4252
parent7cd387930677d4669caf957d076e85e3f4c7cf63
Updating Markdown class + use spl_autoload_register

spl_autoload_register now calls the GNUsocial_class_autoload function
instead of us replacing the magic __autoload($cls). This means we can
queue up other autoload functions, such as the one now used for extlib
functions which exist directly in the 'extlib/' folder or have proper
namespacing (which our new Markdown class does).
extlib/Michelf/License.md [new file with mode: 0644]
extlib/Michelf/Markdown.php [new file with mode: 0644]
extlib/Michelf/MarkdownInterface.php [new file with mode: 0644]
extlib/markdown.php [deleted file]
lib/framework.php
lib/nickname.php
lib/util.php