]> CyberLeo.Net >> Repos - Github/YOURLS.git/log
Github/YOURLS.git
14 years ago1.4-alpha massive commit:
ozhozh [Wed, 2 Sep 2009 20:26:34 +0000 (20:26 +0000)]
1.4-alpha massive commit:
- now using a global object $ydb for everything related to DB and other globally needed stuff
- change in DB schema: now storing URLs with their keyword as used in shorturl, allowing for any keyword length
- change in DB schema: new table for storing various options including next_id, dropping table of the same name
- change in DB schema: new table for storing hits (for stats)
- added an upgrader from 1.3 to 1.4
- improved the installer, with .htaccess file creation

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

14 years agoAdding http://qte.me/ to the Showcase
ozhozh [Wed, 2 Sep 2009 08:24:38 +0000 (08:24 +0000)]
Adding http://qte.me/ to the Showcase

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

14 years agoShowcasing YOURLS Widget for WordPress
ozhozh [Tue, 1 Sep 2009 20:03:26 +0000 (20:03 +0000)]
Showcasing YOURLS Widget for WordPress

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

14 years agoLink to Nginx setup
ozhozh [Sun, 30 Aug 2009 22:37:26 +0000 (22:37 +0000)]
Link to Nginx setup

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

14 years agoRename internal _http_build_query to avoid conflicts with, say, WP
ozhozh [Sun, 30 Aug 2009 11:39:00 +0000 (11:39 +0000)]
Rename internal _http_build_query to avoid conflicts with, say, WP

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

14 years agoMore showcasing
ozhozh [Sun, 30 Aug 2009 10:09:34 +0000 (10:09 +0000)]
More showcasing

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

14 years agoAdded Showcase
ozhozh [Sun, 30 Aug 2009 09:46:41 +0000 (09:46 +0000)]
Added Showcase

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

14 years agoYOURLS installer:
ozhozh [Fri, 28 Aug 2009 12:29:29 +0000 (12:29 +0000)]
YOURLS installer:
- rewrote admin/install.php
- added includes/functions-install.php
- misc CSS & images

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

14 years agoRemoving .htaccess since the installer will create it
ozhozh [Fri, 28 Aug 2009 11:06:04 +0000 (11:06 +0000)]
Removing .htaccess since the installer will create it

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

14 years agoChange in DB logic & functions: now refer to a global $ydb object created by class...
ozhozh [Thu, 27 Aug 2009 20:40:16 +0000 (20:40 +0000)]
Change in DB logic & functions: now refer to a global $ydb object created by class-mysql.php

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

14 years agoAdding mysql_version() to MySQL class
ozhozh [Thu, 27 Aug 2009 19:44:56 +0000 (19:44 +0000)]
Adding mysql_version() to MySQL class

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

14 years agoMore explanations about when to use the API
ozhozh [Thu, 27 Aug 2009 19:29:18 +0000 (19:29 +0000)]
More explanations about when to use the API

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

14 years agoDeprecated markers
ozhozh [Thu, 27 Aug 2009 19:27:06 +0000 (19:27 +0000)]
Deprecated markers

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

14 years agoRemoving deprecated stuff regarding HTTP Auth
ozhozh [Thu, 27 Aug 2009 19:07:29 +0000 (19:07 +0000)]
Removing deprecated stuff regarding HTTP Auth

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

14 years agoSmarter default DB & table names. Fixes issue 34.
ozhozh [Thu, 27 Aug 2009 16:27:55 +0000 (16:27 +0000)]
Smarter default DB & table names. Fixes issue 34.

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

14 years agoTip on how to add the Quick Share box to the public page. See issue 33.
ozhozh [Wed, 26 Aug 2009 17:26:24 +0000 (17:26 +0000)]
Tip on how to add the Quick Share box to the public page. See issue 33.

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

14 years agoAdded: num queries in footer
ozhozh [Tue, 25 Aug 2009 21:53:58 +0000 (21:53 +0000)]
Added: num queries in footer
Added: "rand" order in yourls_api_stats() and updated readme.html

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

14 years agoExample bookmarklet. Fixes issue 29.
ozhozh [Tue, 25 Aug 2009 21:38:57 +0000 (21:38 +0000)]
Example bookmarklet. Fixes issue 29.

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

14 years agoEnsure XHTMl 1.0 Strict.
lesterchan@gmail.com [Tue, 25 Aug 2009 16:40:18 +0000 (16:40 +0000)]
Ensure XHTMl 1.0 Strict.

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

14 years agomissing </ul> + way to send feedback
ozhozh [Mon, 24 Aug 2009 20:55:36 +0000 (20:55 +0000)]
missing </ul> + way to send feedback

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

14 years agoMore robust and smarter URL validation before adding to DB. Fixes issue 28.
ozhozh [Mon, 24 Aug 2009 20:47:37 +0000 (20:47 +0000)]
More robust and smarter URL validation before adding to DB. Fixes issue 28.

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

14 years agoRenaming sample files to sample-*
ozhozh [Mon, 24 Aug 2009 20:00:05 +0000 (20:00 +0000)]
Renaming sample files to sample-*

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

14 years agowebkit compliant border radius
ozhozh [Sun, 23 Aug 2009 00:34:04 +0000 (00:34 +0000)]
webkit compliant border radius

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

14 years agomention bookmarklet on readme.html
ozhozh [Sat, 22 Aug 2009 23:50:59 +0000 (23:50 +0000)]
mention bookmarklet on readme.html

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

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@79 12232710-3e20-11de-b438-597f59c...
ozhozh [Sat, 22 Aug 2009 23:49:03 +0000 (23:49 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@79 12232710-3e20-11de-b438-597f59cd7555

14 years agoStricter coding syntax to avoid notices because of undefined indexes
ozhozh [Sat, 22 Aug 2009 17:10:41 +0000 (17:10 +0000)]
Stricter coding syntax to avoid notices because of undefined indexes

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

14 years ago1.3 RC1 massive commit
ozhozh [Sat, 22 Aug 2009 14:54:51 +0000 (14:54 +0000)]
1.3 RC1 massive commit
- check for MySQL server running
- More HTML template tags
- Bookmarklet & Tools page
- 1st attempt at filtering XSS hacks when adding new URL
- Hide SQL errors
- 1st code cleanup in admin/index.php to separate code and display
- default bigger font
- favicon
- no more ### ugly comments, all //
- stricter coding to prevent notices with undefined indexes
- hide PHP notices, unless YOURLS_DEBUG constant set to true

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

14 years agoRespect HTTP protocol on redirection
ozhozh [Sat, 22 Aug 2009 08:56:25 +0000 (08:56 +0000)]
Respect HTTP protocol on redirection

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

14 years agofooter rework in the sample public page
ozhozh [Sat, 22 Aug 2009 08:48:31 +0000 (08:48 +0000)]
footer rework in the sample public page

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

14 years agowrong links in the readme.html
ozhozh [Fri, 21 Aug 2009 15:34:34 +0000 (15:34 +0000)]
wrong links in the readme.html

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

14 years agoRemove formatting (spaces & tabs) from table output which is inserted in JSON. Fixes...
ozhozh [Thu, 20 Aug 2009 18:52:59 +0000 (18:52 +0000)]
Remove formatting (spaces & tabs) from table output which is inserted in JSON. Fixes issue 20 & 23

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

14 years agoTelling about how GoDaddy is shit
ozhozh [Thu, 20 Aug 2009 06:33:55 +0000 (06:33 +0000)]
Telling about how GoDaddy is shit

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

14 years agoFix example api
ozhozh [Tue, 18 Aug 2009 22:11:54 +0000 (22:11 +0000)]
Fix example api

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

14 years agowarn about installing YOURLS & WP in the same dir
ozhozh [Tue, 18 Aug 2009 22:08:10 +0000 (22:08 +0000)]
warn about installing YOURLS & WP in the same dir

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

14 years agoAdded: HTML template functions for head and footer
ozhozh [Tue, 18 Aug 2009 17:31:18 +0000 (17:31 +0000)]
Added: HTML template functions for head and footer
Improved: sanity checks in install procedure

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

14 years agoAdding credit to the login form
ozhozh [Mon, 17 Aug 2009 20:39:12 +0000 (20:39 +0000)]
Adding credit to the login form

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

14 years agoBump 1.2
ozhozh [Mon, 17 Aug 2009 20:36:35 +0000 (20:36 +0000)]
Bump

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

14 years agoPutting version number in a separate file. Goal: have something easy to parse for...
ozhozh [Mon, 17 Aug 2009 20:36:14 +0000 (20:36 +0000)]
Putting version number in a separate file. Goal: have something easy to parse for something that would check for a newer version online

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

14 years agoFixed dumb double 'http://' check (issue #18)
ozhozh [Mon, 17 Aug 2009 20:32:48 +0000 (20:32 +0000)]
Fixed dumb double 'http://' check (issue #18)

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

14 years agoFixing typo (Issue 23)
ozhozh [Mon, 17 Aug 2009 20:32:07 +0000 (20:32 +0000)]
Fixing typo (Issue 23)

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

14 years agoBumping version number to 1.2
ozhozh [Sat, 1 Aug 2009 15:49:34 +0000 (15:49 +0000)]
Bumping version number to 1.2

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

14 years agopublic-sample.php interface
ozhozh [Sat, 1 Aug 2009 15:46:34 +0000 (15:46 +0000)]
public-sample.php interface

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

14 years agoBetter URL sanitisation (support any protocol:// instead of just http)
ozhozh [Fri, 31 Jul 2009 10:44:59 +0000 (10:44 +0000)]
Better URL sanitisation (support any protocol:// instead of just http)

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

14 years agohtaccess rewrite rule stripping capital letters, fixing issue #6
ozhozh [Thu, 30 Jul 2009 15:36:00 +0000 (15:36 +0000)]
htaccess rewrite rule stripping capital letters, fixing issue #6

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

14 years agoFixing issue #3 (funny JS bug)
ozhozh [Thu, 30 Jul 2009 15:33:40 +0000 (15:33 +0000)]
Fixing issue #3 (funny JS bug)

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

14 years agoAllow https://
lesterchan [Wed, 29 Jul 2009 16:33:24 +0000 (16:33 +0000)]
Allow https://

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

14 years agoRemove Debug Info
lesterchan [Sat, 4 Jul 2009 03:22:42 +0000 (03:22 +0000)]
Remove Debug Info

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

14 years agoBumping to 1.1 1.1
ozhozh [Thu, 2 Jul 2009 19:55:50 +0000 (19:55 +0000)]
Bumping to 1.1

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

14 years agoFixed: bug when adding a URL with no keyword preventing the UI from properly refreshing
ozhozh [Thu, 2 Jul 2009 19:53:45 +0000 (19:53 +0000)]
Fixed: bug when adding a URL with no keyword preventing the UI from properly refreshing

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

14 years agopagination errors. All fixed now.
ozhozh [Thu, 2 Jul 2009 19:50:49 +0000 (19:50 +0000)]
pagination errors. All fixed now.

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

14 years agoTypo in pagination
ozhozh [Thu, 2 Jul 2009 18:37:15 +0000 (18:37 +0000)]
Typo in pagination

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

14 years agoFixed: wrong or inconsistent link to admin/index.php
ozhozh [Thu, 2 Jul 2009 16:25:40 +0000 (16:25 +0000)]
Fixed: wrong or inconsistent link to admin/index.php

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

14 years agoFixed: typo in constant YOURS_SITE
ozhozh [Thu, 2 Jul 2009 16:23:37 +0000 (16:23 +0000)]
Fixed: typo in constant YOURS_SITE
Fixed: no longer throwing error when yourls-go.php accessed with no parameter

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

14 years agobump to 1.0.1 1.0.1
ozhozh [Tue, 30 Jun 2009 20:26:16 +0000 (20:26 +0000)]
bump to 1.0.1

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

14 years agoTypo removing capital letters from keyword URLs
ozhozh [Tue, 30 Jun 2009 20:25:51 +0000 (20:25 +0000)]
Typo removing capital letters from keyword URLs

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

14 years agoAdding mod_rewrite to the requirements
ozhozh [Tue, 30 Jun 2009 20:18:09 +0000 (20:18 +0000)]
Adding mod_rewrite to the requirements

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

14 years agoBCCOMP -> BCMath in readme.html & config sample
ozhozh [Tue, 30 Jun 2009 20:03:44 +0000 (20:03 +0000)]
BCCOMP -> BCMath in readme.html & config sample

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

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@46 12232710-3e20-11de-b438-597f59c...
ozhozh [Thu, 25 Jun 2009 20:26:09 +0000 (20:26 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@46 12232710-3e20-11de-b438-597f59cd7555

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@45 12232710-3e20-11de-b438-597f59c...
ozhozh [Thu, 25 Jun 2009 17:01:14 +0000 (17:01 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@45 12232710-3e20-11de-b438-597f59cd7555

14 years agoFixed Date for TableSorter
lesterchan [Thu, 25 Jun 2009 15:19:11 +0000 (15:19 +0000)]
Fixed Date for TableSorter

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

14 years agoAdded jQuery 1.3.2
lesterchan [Wed, 24 Jun 2009 10:52:56 +0000 (10:52 +0000)]
Added jQuery 1.3.2

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

14 years agohint: http://yourls.org/cookiekey.php
ozhozh [Tue, 23 Jun 2009 20:12:14 +0000 (20:12 +0000)]
hint: http://yourls.org/cookiekey.php

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

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@41 12232710-3e20-11de-b438-597f59c...
ozhozh [Tue, 23 Jun 2009 20:11:47 +0000 (20:11 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@41 12232710-3e20-11de-b438-597f59cd7555

14 years agosetting version number to 1.0 for public release
ozhozh [Tue, 23 Jun 2009 20:01:36 +0000 (20:01 +0000)]
setting version number to 1.0 for public release

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

14 years agoAPI examples tab
ozhozh [Tue, 23 Jun 2009 20:00:28 +0000 (20:00 +0000)]
API examples tab

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

14 years agoAPI improvements: stats
ozhozh [Tue, 23 Jun 2009 19:57:24 +0000 (19:57 +0000)]
API improvements: stats

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

14 years agotable name was hardcoded
ozhozh [Tue, 23 Jun 2009 19:56:19 +0000 (19:56 +0000)]
table name was hardcoded

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

14 years agoadding robots.txt
ozhozh [Mon, 15 Jun 2009 19:58:09 +0000 (19:58 +0000)]
adding robots.txt

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

14 years agoupdated readme.html (complete doc, better js)
ozhozh [Sun, 7 Jun 2009 22:07:16 +0000 (22:07 +0000)]
updated readme.html (complete doc, better js)

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

14 years agoDifferent comment headings
ozhozh [Sun, 7 Jun 2009 22:06:26 +0000 (22:06 +0000)]
Different comment headings

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

14 years agoMore insightful api example
ozhozh [Sun, 7 Jun 2009 22:05:59 +0000 (22:05 +0000)]
More insightful api example

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

14 years agoChanged JSON response to match other services (trim, bitly) format
ozhozh [Fri, 5 Jun 2009 19:50:32 +0000 (19:50 +0000)]
Changed JSON response to match other services (trim, bitly) format

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

14 years agoinstaller now respect custom table names
lesterchan [Sat, 23 May 2009 07:27:33 +0000 (07:27 +0000)]
installer now respect custom table names

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

14 years agoAdded simple installer
lesterchan [Sat, 23 May 2009 07:17:07 +0000 (07:17 +0000)]
Added simple installer

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

14 years agoNo cookie storing when called by API
ozhozh [Fri, 22 May 2009 21:10:24 +0000 (21:10 +0000)]
No cookie storing when called by API

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

14 years agoImproved (and correct, this time) array to XML function
ozhozh [Fri, 22 May 2009 21:03:19 +0000 (21:03 +0000)]
Improved (and correct, this time) array to XML function

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

14 years agoAllow GET or POST to log (will make API more usable)
ozhozh [Fri, 22 May 2009 17:44:28 +0000 (17:44 +0000)]
Allow GET or POST to log (will make API more usable)

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

14 years agoBetter message for when used by API
ozhozh [Fri, 22 May 2009 16:23:52 +0000 (16:23 +0000)]
Better message for when used by API

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

14 years agoSlight change in admin's <h1>
ozhozh [Thu, 21 May 2009 16:58:39 +0000 (16:58 +0000)]
Slight change in admin's <h1>

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

14 years agoImproved auth scheme: now storing encrypted cookies
ozhozh [Thu, 21 May 2009 16:43:04 +0000 (16:43 +0000)]
Improved auth scheme: now storing encrypted cookies

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

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@23 12232710-3e20-11de-b438-597f59c...
ozhozh [Thu, 21 May 2009 14:15:23 +0000 (14:15 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@23 12232710-3e20-11de-b438-597f59cd7555

14 years agoImproving the API functions and API sample file to reflect the new auth system
ozhozh [Thu, 21 May 2009 14:15:04 +0000 (14:15 +0000)]
Improving the API functions and API sample file to reflect the new auth system

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

14 years agoImproving the auth scheme to make it more solid and less intrusive (no such things...
ozhozh [Thu, 21 May 2009 14:12:54 +0000 (14:12 +0000)]
Improving the auth scheme to make it more solid and less intrusive (no such things as redirecting to another page)

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

14 years agodeleting the plugin (will be hosted on wp.org)
ozhozh [Thu, 21 May 2009 14:11:22 +0000 (14:11 +0000)]
deleting the plugin (will be hosted on wp.org)

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

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@19 12232710-3e20-11de-b438-597f59c...
ozhozh [Thu, 21 May 2009 11:45:15 +0000 (11:45 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@19 12232710-3e20-11de-b438-597f59cd7555

14 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@18 12232710-3e20-11de-b438-597f59c...
ozhozh [Thu, 21 May 2009 11:44:18 +0000 (11:44 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@18 12232710-3e20-11de-b438-597f59cd7555

15 years agoreadme.txt not needed any longer
ozhozh [Sat, 16 May 2009 15:59:02 +0000 (15:59 +0000)]
readme.txt not needed any longer

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

15 years agomore consistent input field on login (doesnt "move" when focused)
ozhozh [Sat, 16 May 2009 15:56:28 +0000 (15:56 +0000)]
more consistent input field on login (doesnt "move" when focused)

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

15 years agocleaner require_once()
ozhozh [Sat, 16 May 2009 15:51:27 +0000 (15:51 +0000)]
cleaner require_once()

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

15 years agoslight changes to the logo
ozhozh [Sat, 16 May 2009 15:49:11 +0000 (15:49 +0000)]
slight changes to the logo

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

15 years agoAdded basic login feature
lesterchan [Sat, 16 May 2009 14:23:22 +0000 (14:23 +0000)]
Added basic login feature

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

15 years agoFIX: require() with absolute paths
ozhozh [Tue, 12 May 2009 21:21:41 +0000 (21:21 +0000)]
FIX: require() with absolute paths

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

15 years agotypo
ozhozh [Tue, 12 May 2009 20:20:06 +0000 (20:20 +0000)]
typo

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

15 years agoRenaming WP plugin, nothing else
ozhozh [Tue, 12 May 2009 20:13:17 +0000 (20:13 +0000)]
Renaming WP plugin, nothing else

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

15 years agoreplace admin/index_ajax.php to just index_ajax.php
lesterchan [Tue, 12 May 2009 15:51:00 +0000 (15:51 +0000)]
replace admin/index_ajax.php to just index_ajax.php

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

15 years agoFixed Missing ../
lesterchan [Tue, 12 May 2009 15:30:00 +0000 (15:30 +0000)]
Fixed Missing ../

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

15 years ago- Moved to /admin/ folder
lesterchan [Tue, 12 May 2009 15:22:27 +0000 (15:22 +0000)]
- Moved to /admin/ folder
- Rename go.php to yourls-go.php
- Rename api.php to yours-api.php
- Created login.php placeholder

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

15 years ago- Renamed insert.php to admin.php
lesterchan [Tue, 12 May 2009 14:15:54 +0000 (14:15 +0000)]
- Renamed insert.php to admin.php
- Renamed insert_ajax.php to admin_ajax.php
- Added readme.html
- Added more description in config-sample.php

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

15 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@5 12232710-3e20-11de-b438-597f59cd7555
ozhozh [Mon, 11 May 2009 20:50:47 +0000 (20:50 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@5 12232710-3e20-11de-b438-597f59cd7555

15 years agogit-svn-id: http://yourls.googlecode.com/svn/trunk@4 12232710-3e20-11de-b438-597f59cd7555
ozhozh [Mon, 11 May 2009 20:34:54 +0000 (20:34 +0000)]
git-svn-id: http://yourls.googlecode.com/svn/trunk@4 12232710-3e20-11de-b438-597f59cd7555