]> CyberLeo.Net >> Repos - Github/YOURLS.git/history - includes
Core sample plugin: administration page
[Github/YOURLS.git] / includes /
2010-07-01 ozhozhAdded functions to register and draw plugin admin pages...
2010-07-01 ozhozhFix yourls_is_private() to work with new yourls-loader...
2010-07-01 ozhozh- Better handling of feedback message with long strings
2010-07-01 ozhozhLots of change:
2010-07-01 ozhozhEncode entities in XML response. Fixes issue 326.
2010-06-29 ozhozhAbility to pass page title to function that creates...
2010-06-29 ozhozhMake sure foreach() always loops on arrays
2010-06-25 ozhozhAdd a new action button to pop the share box
2010-06-25 ozhozhDefine default URLs to user dirs
2010-06-25 ozhozhStore URL titles in DB when displaying stats page
2010-06-25 ozhozhAllow searching on URL titles. Removed BINARY to make...
2010-06-25 ozhozhSave title in database
2010-06-25 ozhozhRevert to a-zA-Z0-9 charset in short url keywords,...
2010-06-15 ozhozh- Move common js utils in common.js
2010-06-15 ozhozhAdd longurl to response even when fails because already...
2010-06-15 ozhozhJS improvements: fix Firebug warning about keycodes.
2010-06-12 ozhozhUpdate install & upgrade functions to reflect new ...
2010-06-12 ozhozhChange in logic: now all request are handled by PHP...
2010-06-11 ozhozhAdd stats link to share box
2010-06-11 ozhozhImplemented ZeroClipboard. Fixes issue 131.
2010-06-11 ozhozhBetter HTTP error handling and better remote page title...
2010-06-10 ozhozhImproved http functions:
2010-06-10 ozhozhMaybe reduce query count when editing a link. Fixes...
2010-06-07 ozhozhCheck function existences before declaring them, for...
2010-06-07 ozhozhLess strict URL sanitization allows []^ as valid chars...
2010-06-07 ozhozhWrong define. Fixes issue 357.
2010-06-03 ozhozhInstant bookmarklets with no new page. Closes issue...
2010-06-03 ozhozhHarden cookies with SSL & HttpOnly
2010-05-28 ozhozhStarted implementation of the maintenance mode
2010-05-28 ozhozhUpdate active plugin list if one is missing upon activation
2010-05-28 ozhozhNew notice wrapper function
2010-05-27 ozhozhBump version to launch updater to create empty entry...
2010-05-27 ozhozhPlugin API & management update: active plugins stored...
2010-05-27 ozhozhFunction and style for notices
2010-05-27 ozhozhTypo
2010-05-27 ozhozhPaths sanitization
2010-05-27 ozhozhAlways display Plugins menu
2010-05-26 ozhozhBetter filter for admin URL
2010-05-25 ozhozhUse global configuration constants (YOURLS_INC etc...
2010-05-25 ozhozhDefine more global constants at init
2010-05-04 ozhozhHeader action and html meta tag
2010-04-23 ozhozhminor tweak & another action
2010-04-23 ozhozhNew admin page: plugins
2010-04-23 ozhozhadmin_notices hook example inline
2010-04-23 ozhozh- deleted functions-baseconvert.php
2010-04-23 ozhozhMore hook ('admin_notice')
2010-04-20 ozhozhFunctions to read plugin headers
2010-04-20 ozhozhMore filters and more actions
2010-04-20 ozhozh- Bump version to 1.5-beta
2010-04-16 ozhozhNew function: yourls_get_remote_title() and associated...
2010-04-16 ozhozhAllow config.php to be moved in the /user directory
2010-04-15 ozhozhBetter action hooks for redirections
2010-04-15 ozhozhPluginification of the main functions
2010-04-15 ozhozhPluginification of the HTML functions
2010-04-15 ozhozhTweak action for class based plugins
2010-04-15 ozhozhFirst commit of the plugin architecture:
2010-03-18 ozhozhStricter coding, fix warning when API request with...
2010-03-18 ozhozhProper error message when trying API url-stats with...
2010-03-17 ozhozh1.4.3 : hopefully a fixed upgrader. Fixes issue 277 1.4.3
2010-03-17 ozhozhInsert sample links on install
2010-03-12 ozhozhMore installer crappage (wrong key). Fixes issue 270.
2010-03-11 ozhozhLog table inconsistency between upgrader/installer...
2010-03-09 ozhozhBump: 1.4.2 1.4.2
2010-03-09 ozhozhFixed: better auth checks
2010-03-07 ozhozhAllow forcing duplicate URLs to "no" via API request...
2010-03-04 ozhozhRemove warning when trying to store cookie after header...
2010-03-04 ozhozh- move test for error reporting
2010-03-04 ozhozhCosmetic tweak in <head>
2010-03-02 ozhozhBetter yourls_is_shorturl()
2010-03-02 ozhozhPrevent internal redirection loops. Fixes issue 173.
2010-03-02 ozhozhBetter function comment
2010-03-02 ozhozhSimplify logic to get remote IP. Fixes issue 220.
2010-03-01 ozhozhTypo. Fixes issue 256
2010-02-26 ozhozhBetter and simpler URL stat API function.
2010-02-26 ozhozhIndividual URL stats API call. Fixes issue 211.
2010-02-26 ozhozhFilter and search URLs by date. Fixes issue 72.
2010-02-26 ozhozhAbility to filter URLs by Short URL. Fixes issue 181.
2010-02-19 ozhozhExtra </div>. Fixes issue 229.
2010-01-11 ozhozhWrong bool in yourls_keyword_is_taken(). Fixes issue...
2010-01-08 ozhozhEscape function consistency
2009-12-29 ozhozhForce no cache for all admin pages. Fixes issue 191.
2009-12-29 ozhozhImproved: all admin URLs handled by function yourls_adm...
2009-12-29 ozhozhCleaner function: yourls_link()
2009-11-28 ozhozhCosmetic tweaks
2009-11-28 ozhozhMake sure there's always an htaccess file after upgrade
2009-11-27 ozhozhBig commit
2009-11-24 ozhozhBug in upgrade for 1.4.1
2009-11-24 ozhozhStandard compliant JSON. Fixes issue 145.
2009-11-24 ozhozh- new constants: YOURLS_COOKIE_LIFE and YOURLS_NONCE_LIFE
2009-10-20 ozhozhRemove keyword maxlength in admin panel. Fixes issue...
2009-10-18 ozhozhPHP < 5.1 compat fix. Fixes issue 141.
2009-10-17 ozhozhFix install problem where index dropping would not...
2009-10-15 ozhozhWrong cookiekey link
2009-10-14 ozhozhRemove unused function
2009-10-14 ozhozhBump: 1.4 1.4
2009-10-12 ozhozhFixes issue 128.
2009-10-10 ozhozhAllow quotes in URLs. Fixes issue 108.
2009-10-09 ozhozhLogin now remembers what to do once you've logged in...
2009-10-09 ozhozhAdd feature to disable stat logging, fixes issue 124.
2009-10-05 ozhozhHTML entities in URLs. I'm pretty sure this one works...
next