]> CyberLeo.Net >> Repos - Github/YOURLS.git/log
Github/YOURLS.git
11 years agoBetter wording on the config sample about case sensitivity in short URLs. Fixes issue...
ozhozh [Tue, 7 Aug 2012 06:57:43 +0000 (06:57 +0000)]
Better wording on the config sample about case sensitivity in short URLs. Fixes issue 1019.

git-svn-id: http://yourls.googlecode.com/svn/trunk@729 12232710-3e20-11de-b438-597f59cd7555

11 years agoDetect any favicon dropped in the /user directory and use it. Fixes issue 391.
ozhozh [Wed, 4 Jul 2012 21:37:16 +0000 (21:37 +0000)]
Detect any favicon dropped in the /user directory and use it. Fixes issue 391.

git-svn-id: http://yourls.googlecode.com/svn/trunk@728 12232710-3e20-11de-b438-597f59cd7555

11 years agoActions on auth events. Fixes Issue 1097.
ozhozh [Sun, 1 Jul 2012 15:53:54 +0000 (15:53 +0000)]
Actions on auth events. Fixes Issue 1097.

git-svn-id: http://yourls.googlecode.com/svn/trunk@725 12232710-3e20-11de-b438-597f59cd7555

11 years agoBetter URL sanitization. Fixes Issue 1102.
ozhozh [Sun, 1 Jul 2012 15:41:41 +0000 (15:41 +0000)]
Better URL sanitization. Fixes Issue 1102.

git-svn-id: http://yourls.googlecode.com/svn/trunk@724 12232710-3e20-11de-b438-597f59cd7555

11 years agoCosmetic: #add-url input field shorter to fit on one line
ozhozh [Sun, 1 Jul 2012 15:30:07 +0000 (15:30 +0000)]
Cosmetic: #add-url input field shorter to fit on one line

git-svn-id: http://yourls.googlecode.com/svn/trunk@723 12232710-3e20-11de-b438-597f59cd7555

11 years agoBetter nginx config. Fixes issue 1096.
ozhozh [Sun, 1 Jul 2012 15:22:12 +0000 (15:22 +0000)]
Better nginx config. Fixes issue 1096.

git-svn-id: http://yourls.googlecode.com/svn/trunk@722 12232710-3e20-11de-b438-597f59cd7555

11 years agoMore newbie proofness as suggested in Issue 1128
ozhozh [Sun, 1 Jul 2012 15:19:17 +0000 (15:19 +0000)]
More newbie proofness as suggested in Issue 1128

git-svn-id: http://yourls.googlecode.com/svn/trunk@721 12232710-3e20-11de-b438-597f59cd7555

12 years agoReturn shorturl when long URL already exists. Fixes issue 1066.
ozhozh [Fri, 30 Mar 2012 06:25:44 +0000 (06:25 +0000)]
Return shorturl when long URL already exists. Fixes issue 1066.

git-svn-id: http://yourls.googlecode.com/svn/trunk@714 12232710-3e20-11de-b438-597f59cd7555

12 years agoFlood control fix. Fixes issue 1041.
ozhozh [Tue, 14 Feb 2012 19:37:19 +0000 (19:37 +0000)]
Flood control fix. Fixes issue 1041.

git-svn-id: http://yourls.googlecode.com/svn/trunk@711 12232710-3e20-11de-b438-597f59cd7555

12 years agoFixed the cropped copy box. Fixes issue 1032.
ozhozh [Wed, 8 Feb 2012 17:47:29 +0000 (17:47 +0000)]
Fixed the cropped copy box. Fixes issue 1032.

git-svn-id: http://yourls.googlecode.com/svn/trunk@709 12232710-3e20-11de-b438-597f59cd7555

12 years agoMore filtering options in yourls_update_clicks(). Fixes issue 1036.
ozhozh [Wed, 8 Feb 2012 17:43:58 +0000 (17:43 +0000)]
More filtering options in yourls_update_clicks(). Fixes issue 1036.

git-svn-id: http://yourls.googlecode.com/svn/trunk@708 12232710-3e20-11de-b438-597f59cd7555

12 years agoRemove deprecated TODO comment (plugin territory)
ozhozh [Tue, 7 Feb 2012 09:20:17 +0000 (09:20 +0000)]
Remove deprecated TODO comment (plugin territory)

git-svn-id: http://yourls.googlecode.com/svn/trunk@705 12232710-3e20-11de-b438-597f59cd7555

12 years agoOptimize logic when adding new link, with new function yourls_url_exists(). Fixes...
ozhozh [Tue, 7 Feb 2012 09:01:38 +0000 (09:01 +0000)]
Optimize logic when adding new link, with new function yourls_url_exists(). Fixes issue 1024.

git-svn-id: http://yourls.googlecode.com/svn/trunk@704 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdate GeoIP db
ozhozh [Sun, 5 Feb 2012 17:32:35 +0000 (17:32 +0000)]
Update GeoIP db

git-svn-id: http://yourls.googlecode.com/svn/trunk@703 12232710-3e20-11de-b438-597f59cd7555

12 years agoWrongly named function. Ooops.
ozhozh [Sun, 5 Feb 2012 10:30:50 +0000 (10:30 +0000)]
Wrongly named function. Ooops.

git-svn-id: http://yourls.googlecode.com/svn/trunk@702 12232710-3e20-11de-b438-597f59cd7555

12 years agoStricter coding to avoid notice when YOURLS_USER is not defined
ozhozh [Mon, 3 Oct 2011 06:21:42 +0000 (06:21 +0000)]
Stricter coding to avoid notice when YOURLS_USER is not defined

git-svn-id: http://yourls.googlecode.com/svn/trunk@699 12232710-3e20-11de-b438-597f59cd7555

12 years agoNew filters and actions into yourls-infos.php. Fixes issue 948.
ozhozh [Sun, 25 Sep 2011 19:32:51 +0000 (19:32 +0000)]
New filters and actions into yourls-infos.php. Fixes issue 948.

git-svn-id: http://yourls.googlecode.com/svn/trunk@697 12232710-3e20-11de-b438-597f59cd7555

12 years agoDon't modify/return values passed by actions.
ozhozh [Mon, 19 Sep 2011 19:02:03 +0000 (19:02 +0000)]
Don't modify/return values passed by actions.

git-svn-id: http://yourls.googlecode.com/svn/trunk@696 12232710-3e20-11de-b438-597f59cd7555

12 years agoInit var to avoid warning when empty
ozhozh [Sat, 17 Sep 2011 10:19:51 +0000 (10:19 +0000)]
Init var to avoid warning when empty

git-svn-id: http://yourls.googlecode.com/svn/trunk@694 12232710-3e20-11de-b438-597f59cd7555

12 years agoIntroduce new action when user successfully authed
ozhozh [Sat, 17 Sep 2011 09:26:45 +0000 (09:26 +0000)]
Introduce new action when user successfully authed

git-svn-id: http://yourls.googlecode.com/svn/trunk@693 12232710-3e20-11de-b438-597f59cd7555

12 years agoCast array before looping on array
ozhozh [Sat, 17 Sep 2011 09:25:42 +0000 (09:25 +0000)]
Cast array before looping on array

git-svn-id: http://yourls.googlecode.com/svn/trunk@692 12232710-3e20-11de-b438-597f59cd7555

12 years agoFully filterable admin menu links. Mucho mas cleano.
ozhozh [Thu, 15 Sep 2011 21:55:51 +0000 (21:55 +0000)]
Fully filterable admin menu links. Mucho mas cleano.

git-svn-id: http://yourls.googlecode.com/svn/trunk@691 12232710-3e20-11de-b438-597f59cd7555

12 years agoFixed: pagination wasn't holding all parameters. Now officially super neat.
ozhozh [Tue, 13 Sep 2011 21:22:01 +0000 (21:22 +0000)]
Fixed: pagination wasn't holding all parameters. Now officially super neat.

git-svn-id: http://yourls.googlecode.com/svn/trunk@689 12232710-3e20-11de-b438-597f59cd7555

12 years agoRemove mrtech hacks, add CakePHP plugin
ozhozh [Tue, 13 Sep 2011 19:52:21 +0000 (19:52 +0000)]
Remove mrtech hacks, add CakePHP plugin

git-svn-id: http://yourls.googlecode.com/svn/trunk@688 12232710-3e20-11de-b438-597f59cd7555

12 years agoStricter coding for less notice.
ozhozh [Sun, 11 Sep 2011 07:35:31 +0000 (07:35 +0000)]
Stricter coding for less notice.

git-svn-id: http://yourls.googlecode.com/svn/trunk@687 12232710-3e20-11de-b438-597f59cd7555

12 years agoSmaller input field so that line doesn't break
ozhozh [Sat, 3 Sep 2011 17:12:14 +0000 (17:12 +0000)]
Smaller input field so that line doesn't break

git-svn-id: http://yourls.googlecode.com/svn/trunk@686 12232710-3e20-11de-b438-597f59cd7555

12 years agoApply loading & disabled styles to #add-button
ozhozh [Wed, 31 Aug 2011 19:34:51 +0000 (19:34 +0000)]
Apply loading & disabled styles to #add-button

git-svn-id: http://yourls.googlecode.com/svn/trunk@685 12232710-3e20-11de-b438-597f59cd7555

12 years agoToggle share boxes only on successful requests
ozhozh [Wed, 31 Aug 2011 19:31:55 +0000 (19:31 +0000)]
Toggle share boxes only on successful requests

git-svn-id: http://yourls.googlecode.com/svn/trunk@684 12232710-3e20-11de-b438-597f59cd7555

12 years agoMuch much better pagination in main table.
ozhozh [Tue, 30 Aug 2011 15:46:28 +0000 (15:46 +0000)]
Much much better pagination in main table.

git-svn-id: http://yourls.googlecode.com/svn/trunk@683 12232710-3e20-11de-b438-597f59cd7555

12 years agoRegroup formatting functions in a separate file.
ozhozh [Mon, 29 Aug 2011 15:32:40 +0000 (15:32 +0000)]
Regroup formatting functions in a separate file.

git-svn-id: http://yourls.googlecode.com/svn/trunk@682 12232710-3e20-11de-b438-597f59cd7555

12 years agoRename example page to avoid overriding an actual page.
ozhozh [Mon, 29 Aug 2011 15:19:37 +0000 (15:19 +0000)]
Rename example page to avoid overriding an actual page.

git-svn-id: http://yourls.googlecode.com/svn/trunk@681 12232710-3e20-11de-b438-597f59cd7555

12 years agoThis update updates the changelog to log changes. Yep.
ozhozh [Mon, 29 Aug 2011 07:58:06 +0000 (07:58 +0000)]
This update updates the changelog to log changes. Yep.

git-svn-id: http://yourls.googlecode.com/svn/trunk@680 12232710-3e20-11de-b438-597f59cd7555

12 years agoStrip query string from requested shorturl. Fixes issue 923. Remove www. prefix from...
ozhozh [Mon, 29 Aug 2011 07:09:26 +0000 (07:09 +0000)]
Strip query string from requested shorturl. Fixes issue 923. Remove www. prefix from shorturl. Fixes hundreds of issues.

git-svn-id: http://yourls.googlecode.com/svn/trunk@679 12232710-3e20-11de-b438-597f59cd7555

12 years agoSupport for salted encrypted passwords. See issues 755 & 875.
ozhozh [Fri, 26 Aug 2011 16:31:23 +0000 (16:31 +0000)]
Support for salted encrypted passwords. See issues 755 & 875.

git-svn-id: http://yourls.googlecode.com/svn/trunk@678 12232710-3e20-11de-b438-597f59cd7555

12 years agoNote about URL encoding in GET queries
ozhozh [Thu, 25 Aug 2011 09:20:59 +0000 (09:20 +0000)]
Note about URL encoding in GET queries

git-svn-id: http://yourls.googlecode.com/svn/trunk@675 12232710-3e20-11de-b438-597f59cd7555

12 years agoZOMG license (lol). Fixes issue 911.
ozhozh [Tue, 23 Aug 2011 17:31:39 +0000 (17:31 +0000)]
ZOMG license (lol). Fixes issue 911.

git-svn-id: http://yourls.googlecode.com/svn/trunk@674 12232710-3e20-11de-b438-597f59cd7555

12 years agoBumping a bit up. It's almost there, I think.
ozhozh [Mon, 15 Aug 2011 14:07:35 +0000 (14:07 +0000)]
Bumping a bit up. It's almost there, I think.

git-svn-id: http://yourls.googlecode.com/svn/trunk@673 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdating the, errrm, "changelog".
ozhozh [Mon, 15 Aug 2011 14:06:30 +0000 (14:06 +0000)]
Updating the, errrm, "changelog".

git-svn-id: http://yourls.googlecode.com/svn/trunk@672 12232710-3e20-11de-b438-597f59cd7555

12 years agoMinor style tweaks to more match the admin interface
ozhozh [Mon, 15 Aug 2011 13:55:27 +0000 (13:55 +0000)]
Minor style tweaks to more match the admin interface

git-svn-id: http://yourls.googlecode.com/svn/trunk@671 12232710-3e20-11de-b438-597f59cd7555

12 years agoRemoved unneeded file
ozhozh [Fri, 12 Aug 2011 14:54:55 +0000 (14:54 +0000)]
Removed unneeded file

git-svn-id: http://yourls.googlecode.com/svn/trunk@669 12232710-3e20-11de-b438-597f59cd7555

12 years agoMore foolproof sanity checks on URLs
ozhozh [Fri, 12 Aug 2011 14:47:33 +0000 (14:47 +0000)]
More foolproof sanity checks on URLs

git-svn-id: http://yourls.googlecode.com/svn/trunk@668 12232710-3e20-11de-b438-597f59cd7555

12 years agoreadme.html update: documentation, examples, style tweaks.
ozhozh [Thu, 11 Aug 2011 14:52:48 +0000 (14:52 +0000)]
readme.html update: documentation, examples, style tweaks.

git-svn-id: http://yourls.googlecode.com/svn/trunk@665 12232710-3e20-11de-b438-597f59cd7555

12 years agoMore comments about YOURLS_PRIVATE
ozhozh [Thu, 11 Aug 2011 12:40:19 +0000 (12:40 +0000)]
More comments about YOURLS_PRIVATE

git-svn-id: http://yourls.googlecode.com/svn/trunk@663 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdated GeoIP database
ozhozh [Wed, 10 Aug 2011 07:17:36 +0000 (07:17 +0000)]
Updated GeoIP database

git-svn-id: http://yourls.googlecode.com/svn/trunk@660 12232710-3e20-11de-b438-597f59cd7555

12 years agoFull jsonp support. Fixes issue 744.
ozhozh [Wed, 10 Aug 2011 07:09:46 +0000 (07:09 +0000)]
Full jsonp support. Fixes issue 744.

git-svn-id: http://yourls.googlecode.com/svn/trunk@659 12232710-3e20-11de-b438-597f59cd7555

12 years agoReturn correct keyword if URL already exists. Fixes issue 864.
ozhozh [Mon, 1 Aug 2011 19:00:25 +0000 (19:00 +0000)]
Return correct keyword if URL already exists. Fixes issue 864.

git-svn-id: http://yourls.googlecode.com/svn/trunk@657 12232710-3e20-11de-b438-597f59cd7555

12 years agoMoving config-sample.php to the user dir. Should have done this ages ago.
ozhozh [Mon, 1 Aug 2011 18:50:57 +0000 (18:50 +0000)]
Moving config-sample.php to the user dir. Should have done this ages ago.

git-svn-id: http://yourls.googlecode.com/svn/trunk@656 12232710-3e20-11de-b438-597f59cd7555

12 years agoLooser pattern matching for plugin header
ozhozh [Fri, 24 Jun 2011 19:55:50 +0000 (19:55 +0000)]
Looser pattern matching for plugin header

git-svn-id: http://yourls.googlecode.com/svn/trunk@654 12232710-3e20-11de-b438-597f59cd7555

12 years agoConsistent rounded borders on tabs. Fixes issue 850.
ozhozh [Thu, 23 Jun 2011 20:04:38 +0000 (20:04 +0000)]
Consistent rounded borders on tabs. Fixes issue 850.

git-svn-id: http://yourls.googlecode.com/svn/trunk@649 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdate API result example
ozhozh [Wed, 22 Jun 2011 09:45:35 +0000 (09:45 +0000)]
Update API result example

git-svn-id: http://yourls.googlecode.com/svn/trunk@648 12232710-3e20-11de-b438-597f59cd7555

12 years agoFilter for main admin query. Fixes issue 842.
ozhozh [Tue, 21 Jun 2011 19:25:52 +0000 (19:25 +0000)]
Filter for main admin query. Fixes issue 842.

git-svn-id: http://yourls.googlecode.com/svn/trunk@646 12232710-3e20-11de-b438-597f59cd7555

12 years agoNew filter on get all options, and early inclusion of a possible cache layer.
ozhozh [Tue, 14 Jun 2011 22:30:00 +0000 (22:30 +0000)]
New filter on get all options, and early inclusion of a possible cache layer.

git-svn-id: http://yourls.googlecode.com/svn/trunk@644 12232710-3e20-11de-b438-597f59cd7555

12 years agoAdd link to the plugin list
ozhozh [Mon, 13 Jun 2011 19:21:55 +0000 (19:21 +0000)]
Add link to the plugin list

git-svn-id: http://yourls.googlecode.com/svn/trunk@643 12232710-3e20-11de-b438-597f59cd7555

12 years agoStill provide deprecated jQuery libs in case someone's still using them
ozhozh [Mon, 13 Jun 2011 08:43:19 +0000 (08:43 +0000)]
Still provide deprecated jQuery libs in case someone's still using them

git-svn-id: http://yourls.googlecode.com/svn/trunk@640 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdate jQuery in the sample public interface
ozhozh [Mon, 13 Jun 2011 08:41:29 +0000 (08:41 +0000)]
Update jQuery in the sample public interface

git-svn-id: http://yourls.googlecode.com/svn/trunk@639 12232710-3e20-11de-b438-597f59cd7555

12 years agoImplementation of the zclip jQuery plugin (a nice ZeroClipboard wrapper)
ozhozh [Sun, 12 Jun 2011 18:22:40 +0000 (18:22 +0000)]
Implementation of the zclip jQuery plugin (a nice ZeroClipboard wrapper)

git-svn-id: http://yourls.googlecode.com/svn/trunk@636 12232710-3e20-11de-b438-597f59cd7555

12 years agoNitpicking. Fixes issue 831.
ozhozh [Sun, 12 Jun 2011 18:12:46 +0000 (18:12 +0000)]
Nitpicking. Fixes issue 831.

git-svn-id: http://yourls.googlecode.com/svn/trunk@635 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdate to jQuery 1.6.1
ozhozh [Sun, 12 Jun 2011 12:01:30 +0000 (12:01 +0000)]
Update to jQuery 1.6.1

git-svn-id: http://yourls.googlecode.com/svn/trunk@634 12232710-3e20-11de-b438-597f59cd7555

12 years agoDon't skip years on all time stats. Fixes issue 628.
ozhozh [Sun, 5 Jun 2011 12:18:05 +0000 (12:18 +0000)]
Don't skip years on all time stats. Fixes issue 628.

git-svn-id: http://yourls.googlecode.com/svn/trunk@633 12232710-3e20-11de-b438-597f59cd7555

12 years agoUpdate of the Geolocation database
ozhozh [Sat, 4 Jun 2011 13:18:38 +0000 (13:18 +0000)]
Update of the Geolocation database

git-svn-id: http://yourls.googlecode.com/svn/trunk@632 12232710-3e20-11de-b438-597f59cd7555

12 years agoRenamed robots.txt to sample-robots.txt to avoid overwrittage on updatage
ozhozh [Tue, 31 May 2011 18:41:24 +0000 (18:41 +0000)]
Renamed robots.txt to sample-robots.txt to avoid overwrittage on updatage

git-svn-id: http://yourls.googlecode.com/svn/trunk@631 12232710-3e20-11de-b438-597f59cd7555

12 years agoTwitter link made explicit
ozhozh [Mon, 30 May 2011 06:30:43 +0000 (06:30 +0000)]
Twitter link made explicit

git-svn-id: http://yourls.googlecode.com/svn/trunk@630 12232710-3e20-11de-b438-597f59cd7555

12 years agoAdd shunt filter on reading all options
ozhozh [Fri, 27 May 2011 19:54:00 +0000 (19:54 +0000)]
Add shunt filter on reading all options

git-svn-id: http://yourls.googlecode.com/svn/trunk@629 12232710-3e20-11de-b438-597f59cd7555

12 years agoBetter encoding of text to be shared on Twitter. Fixes issue 758.
ozhozh [Fri, 27 May 2011 17:28:09 +0000 (17:28 +0000)]
Better encoding of text to be shared on Twitter. Fixes issue 758.

git-svn-id: http://yourls.googlecode.com/svn/trunk@628 12232710-3e20-11de-b438-597f59cd7555

12 years agoSimpler JS to please that retard IE8. Fixes issue 801.
ozhozh [Wed, 25 May 2011 17:06:38 +0000 (17:06 +0000)]
Simpler JS to please that retard IE8. Fixes issue 801.

git-svn-id: http://yourls.googlecode.com/svn/trunk@627 12232710-3e20-11de-b438-597f59cd7555

12 years agoFix URL to share on Twitter
ozhozh [Thu, 19 May 2011 06:20:12 +0000 (06:20 +0000)]
Fix URL to share on Twitter

git-svn-id: http://yourls.googlecode.com/svn/trunk@622 12232710-3e20-11de-b438-597f59cd7555

13 years agoIncorrect variable used. Fixes issue 790.
ozhozh [Thu, 28 Apr 2011 21:29:13 +0000 (21:29 +0000)]
Incorrect variable used. Fixes issue 790.

git-svn-id: http://yourls.googlecode.com/svn/trunk@620 12232710-3e20-11de-b438-597f59cd7555

13 years agoIntroduce a shutdown hook
ozhozh [Wed, 27 Apr 2011 20:52:14 +0000 (20:52 +0000)]
Introduce a shutdown hook

git-svn-id: http://yourls.googlecode.com/svn/trunk@619 12232710-3e20-11de-b438-597f59cd7555

13 years agoBetter place & name for html head filter
ozhozh [Wed, 27 Apr 2011 15:41:12 +0000 (15:41 +0000)]
Better place & name for html head filter

git-svn-id: http://yourls.googlecode.com/svn/trunk@618 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore filters on HTML head output
ozhozh [Wed, 27 Apr 2011 15:23:33 +0000 (15:23 +0000)]
More filters on HTML head output

git-svn-id: http://yourls.googlecode.com/svn/trunk@617 12232710-3e20-11de-b438-597f59cd7555

13 years agoAdd filter on stat query
ozhozh [Wed, 27 Apr 2011 15:22:52 +0000 (15:22 +0000)]
Add filter on stat query

git-svn-id: http://yourls.googlecode.com/svn/trunk@616 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore comments
ozhozh [Tue, 26 Apr 2011 18:48:08 +0000 (18:48 +0000)]
More comments

git-svn-id: http://yourls.googlecode.com/svn/trunk@615 12232710-3e20-11de-b438-597f59cd7555

13 years agoForce URL scheme and domain to lowercase. Fixes issue 591.
ozhozh [Tue, 26 Apr 2011 18:47:45 +0000 (18:47 +0000)]
Force URL scheme and domain to lowercase. Fixes issue 591.

git-svn-id: http://yourls.googlecode.com/svn/trunk@614 12232710-3e20-11de-b438-597f59cd7555

13 years agoRemove possible notice
ozhozh [Tue, 26 Apr 2011 09:40:26 +0000 (09:40 +0000)]
Remove possible notice

git-svn-id: http://yourls.googlecode.com/svn/trunk@613 12232710-3e20-11de-b438-597f59cd7555

13 years agoAdd page title to the share box. Fixes issue 569.
ozhozh [Sun, 24 Apr 2011 15:36:55 +0000 (15:36 +0000)]
Add page title to the share box. Fixes issue 569.

git-svn-id: http://yourls.googlecode.com/svn/trunk@612 12232710-3e20-11de-b438-597f59cd7555

13 years agoShuntable & filterable share box
ozhozh [Sun, 24 Apr 2011 15:34:11 +0000 (15:34 +0000)]
Shuntable & filterable share box

git-svn-id: http://yourls.googlecode.com/svn/trunk@611 12232710-3e20-11de-b438-597f59cd7555

13 years agoFilter for page context
ozhozh [Sun, 24 Apr 2011 09:40:26 +0000 (09:40 +0000)]
Filter for page context

git-svn-id: http://yourls.googlecode.com/svn/trunk@610 12232710-3e20-11de-b438-597f59cd7555

13 years agoBookmarklet action & filter
ozhozh [Sun, 24 Apr 2011 09:39:31 +0000 (09:39 +0000)]
Bookmarklet action & filter

git-svn-id: http://yourls.googlecode.com/svn/trunk@609 12232710-3e20-11de-b438-597f59cd7555

13 years agoEnforce space after semicolon in plugin header data (ie "Something: Some text") ...
ozhozh [Sat, 23 Apr 2011 17:29:33 +0000 (17:29 +0000)]
Enforce space after semicolon in plugin header data (ie "Something: Some text") (avoid parsing 'http://' for instance)

git-svn-id: http://yourls.googlecode.com/svn/trunk@608 12232710-3e20-11de-b438-597f59cd7555

13 years agoStyle tweak to allow several notices on same page
ozhozh [Sat, 23 Apr 2011 17:23:09 +0000 (17:23 +0000)]
Style tweak to allow several notices on same page

git-svn-id: http://yourls.googlecode.com/svn/trunk@607 12232710-3e20-11de-b438-597f59cd7555

13 years agoCleaner logic in HTML functions and admin index: more filters, less hardcoded HTML...
ozhozh [Sat, 23 Apr 2011 17:20:20 +0000 (17:20 +0000)]
Cleaner logic in HTML functions and admin index: more filters, less hardcoded HTML, less constants

git-svn-id: http://yourls.googlecode.com/svn/trunk@606 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore filters
ozhozh [Sat, 23 Apr 2011 17:18:41 +0000 (17:18 +0000)]
More filters

git-svn-id: http://yourls.googlecode.com/svn/trunk@605 12232710-3e20-11de-b438-597f59cd7555

13 years agoNew function: yourls_statlink()
ozhozh [Sat, 23 Apr 2011 16:48:15 +0000 (16:48 +0000)]
New function: yourls_statlink()
More simple & accurate logic in yourls_get_request(), now protocol agnostic. Fixes issue 698.

git-svn-id: http://yourls.googlecode.com/svn/trunk@604 12232710-3e20-11de-b438-597f59cd7555

13 years agoAlways load display functions, that's useless and potentially problematic optimization
ozhozh [Sat, 23 Apr 2011 14:21:16 +0000 (14:21 +0000)]
Always load display functions, that's useless and potentially problematic optimization

git-svn-id: http://yourls.googlecode.com/svn/trunk@603 12232710-3e20-11de-b438-597f59cd7555

13 years agoMove yourls_table_add_row() and yourls_table_edit_row() to functions-html.php
ozhozh [Sat, 23 Apr 2011 08:50:08 +0000 (08:50 +0000)]
Move yourls_table_add_row() and yourls_table_edit_row() to functions-html.php

git-svn-id: http://yourls.googlecode.com/svn/trunk@602 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore filters to redirects.
ozhozh [Fri, 22 Apr 2011 22:05:25 +0000 (22:05 +0000)]
More filters to redirects.

git-svn-id: http://yourls.googlecode.com/svn/trunk@601 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore filter arguments. Fixes issue 777. Fixes issue 778.
ozhozh [Thu, 21 Apr 2011 19:36:39 +0000 (19:36 +0000)]
More filter arguments. Fixes issue 777. Fixes issue 778.

git-svn-id: http://yourls.googlecode.com/svn/trunk@600 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore arguments to shareboxes actions. Fixes issue 773.
ozhozh [Wed, 20 Apr 2011 10:28:40 +0000 (10:28 +0000)]
More arguments to shareboxes actions. Fixes issue 773.

git-svn-id: http://yourls.googlecode.com/svn/trunk@599 12232710-3e20-11de-b438-597f59cd7555

13 years agoMissing </ul>
ozhozh [Mon, 18 Apr 2011 17:10:14 +0000 (17:10 +0000)]
Missing </ul>

git-svn-id: http://yourls.googlecode.com/svn/trunk@598 12232710-3e20-11de-b438-597f59cd7555

13 years agodie() properly if noob has noobed up.
ozhozh [Fri, 1 Apr 2011 22:53:21 +0000 (22:53 +0000)]
die() properly if noob has noobed up.

git-svn-id: http://yourls.googlecode.com/svn/trunk@597 12232710-3e20-11de-b438-597f59cd7555

13 years agoReplace split() with explode() (faster, and split deprecated in PHP 5.3)
ozhozh [Wed, 30 Mar 2011 17:01:05 +0000 (17:01 +0000)]
Replace split() with explode() (faster, and split deprecated in PHP 5.3)

git-svn-id: http://yourls.googlecode.com/svn/trunk@596 12232710-3e20-11de-b438-597f59cd7555

13 years agoAdding 6Bit.us
ozhozh [Sun, 27 Mar 2011 16:05:12 +0000 (16:05 +0000)]
Adding 6Bit.us

git-svn-id: http://yourls.googlecode.com/svn/trunk@595 12232710-3e20-11de-b438-597f59cd7555

13 years agoRemoved deprecated comment
ozhozh [Wed, 9 Mar 2011 22:16:22 +0000 (22:16 +0000)]
Removed deprecated comment

git-svn-id: http://yourls.googlecode.com/svn/trunk@592 12232710-3e20-11de-b438-597f59cd7555

13 years agoCompute HTML ids using hash. Fixes issue 659.
ozhozh [Tue, 22 Feb 2011 17:34:33 +0000 (17:34 +0000)]
Compute HTML ids using hash. Fixes issue 659.

git-svn-id: http://yourls.googlecode.com/svn/trunk@590 12232710-3e20-11de-b438-597f59cd7555

13 years agoGeoIP database update (feb 2011)
ozhozh [Fri, 18 Feb 2011 12:48:41 +0000 (12:48 +0000)]
GeoIP database update (feb 2011)

git-svn-id: http://yourls.googlecode.com/svn/trunk@589 12232710-3e20-11de-b438-597f59cd7555

13 years agoBetter SQL syntax. See issue 686.
ozhozh [Fri, 11 Feb 2011 19:01:19 +0000 (19:01 +0000)]
Better SQL syntax. See issue 686.

git-svn-id: http://yourls.googlecode.com/svn/trunk@588 12232710-3e20-11de-b438-597f59cd7555

13 years agoDumb people are dumb.
ozhozh [Tue, 1 Feb 2011 23:30:41 +0000 (23:30 +0000)]
Dumb people are dumb.

git-svn-id: http://yourls.googlecode.com/svn/trunk@586 12232710-3e20-11de-b438-597f59cd7555

13 years agoMore data passed to yourls_add_new_link() filters. Fixes issue 667.
ozhozh [Fri, 28 Jan 2011 12:34:32 +0000 (12:34 +0000)]
More data passed to yourls_add_new_link() filters. Fixes issue 667.

git-svn-id: http://yourls.googlecode.com/svn/trunk@585 12232710-3e20-11de-b438-597f59cd7555

13 years agoNew API method ('db-stats') and clearer comments. See issue 652.
ozhozh [Wed, 26 Jan 2011 15:41:37 +0000 (15:41 +0000)]
New API method ('db-stats') and clearer comments. See issue 652.

git-svn-id: http://yourls.googlecode.com/svn/trunk@579 12232710-3e20-11de-b438-597f59cd7555

13 years agoAdding http://rml.me/
ozhozh [Mon, 24 Jan 2011 20:11:00 +0000 (20:11 +0000)]
Adding http://rml.me/

git-svn-id: http://yourls.googlecode.com/svn/trunk@578 12232710-3e20-11de-b438-597f59cd7555