1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-23 12:12:40 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
alopexc0de
7c71c5744e
Move stat table generation to stats.php.
This page is mostly static and it shouldn't require a call to process just to make a table.
2014-08-09 20:30:10 -04:00
alopexc0de
da266cce1a
Change link expire time to future (in secs)
expire() and setex() store as a countdown from now and doesn't persist it between server reboots and repopulation.
This is fixed by setting the keys to expire at a time in the future
2014-08-09 19:35:09 -04:00
alopexc0de
9cd6c9ca7e
hide #theLoader by default.
This was commented out for testing of the loading transition when the site does something through AJAX
2014-08-09 19:30:41 -04:00
alopexc0de
052a0a751c
Put link data into a list instead of storing seperate values for everything.
This is silly to store everything seperatly when I can just query and get an array for everything that I need.
2014-07-25 17:48:46 -04:00
alopexc0de
adfcc57e00
Redis-only version of lob.li - Almost complete.
This version removes all the mysql stuff and uses a redis db for everything.
2014-07-25 17:41:51 -04:00
alopexc0de
c1f5a2eee8
Add linkage css and make input box 47px tall instead of % 2014-07-24 21:25:40 -04:00
alopexc0de
e068995839
Align the page head to top of navbar 2014-07-22 22:05:35 -04:00
alopexc0de
f0f858950d
Move Redis connection to db.php and change shorten icon.
Since I will be using Redis from multiple files, the connection to the server should be in the same file as the other DB connection.
This icon looks a little bit better I think.
2014-07-22 22:02:17 -04:00
alopexc0de
4a66e9aa3b
Change user agent of isonline 'bot' to look more bot-like.
This is purely asthetic. I may implement a robots.txt parser for this in the future if it doesn't spend
    too much time parsing through to follow robots.txt rules. This also isn't technically a crawler
    as it only checks if the remote server is online
2014-07-22 15:54:40 -04:00
alopexc0de
c24391db9e
Small CSS tweaks, add more contrast to elements.
Trying to make it look a bit less cluttered and still have high contrast.
This works rather well I think.
And fix the revert mistake I just did when trying to commit this the last time
    I did this... >.>
2014-07-20 14:26:58 -04:00
alopexc0de
e6247ad601
Small CSS tweaks, add more contrast to elements.
Trying to make it look a bit less cluttered and still have high contrast.
This works rather well I think.
2014-07-20 14:21:46 -04:00
alopexc0de
285633c34f
Small CSS tweaks, add more contrast to elements.\n\nTrying to make it look a bit less cluttered and still have high contrast. This works rather well I think. 2014-07-20 14:18:02 -04:00
alopexc0de
1a3391e487 Move to simpler color scheme
The original background was a little, "busy". This has been traded in favour
	of a light green background and better matching colors for links & navbar
2014-07-20 00:23:18 -04:00
alopexc0de
b98d46c5dd Make the navbar slightly bigger
Shouldn't I have this in a responsive way or something?
2014-07-14 23:30:02 -04:00
alopexc0de
3f501132d0 Move from Verdana font to the Montserrat font
Yay for being no longer OS dependant for the font! :3
2014-07-14 18:34:32 -04:00
alopexc0de
f5528007a1 Make the background a brighter color
This appears to be easier to see, but doesn't look as nice as the old one
	located in Include/img/body.copy.jpg
2014-07-14 16:05:30 -04:00
alopexc0de
f03ab215d1 Linux move weirdness and make theLoader always visible for debug
theLoader will not stay visible, this will be changed at a later date
2014-07-04 17:32:42 -04:00
alopexc0de
ab4010b41f Work on tracking function
It doesn't quite work yet, but it should soon
2014-07-04 17:30:48 -04:00
alopexc0de
d9d8338a3d Linux move weirdness, also remove the invisible padding icon
Having it evenly spaced is just causing a headache. The space at the end on other devices is okay for me
2014-07-04 17:29:35 -04:00
alopexc0de
2692bdf753 Moved from windows to linux - Git is acting weird
The files changed totally apparently, even though no actual changes were made
2014-07-04 17:28:17 -04:00
alopexc0de
2164dd856f Update response code list, Add site descriptions, basic link tracking
The link tracking is very basic, but it doesn't need to be any more complicated
	than it already is
2014-07-03 15:16:57 -04:00
alopexc0de
e7f4f22737 Move database connection to independent file 2014-06-26 20:38:07 -04:00
alopexc0de
1bb170d04e Modify #message and add loading animation
Slide in and fade loading text for the AJAX loader on the 3 main pages
2014-06-22 21:15:02 -04:00
alopexc0de
253a9fa89b Add the main functions of the app
Mostly the same as http://lob.li/e76 without API stuff
2014-06-22 01:23:02 -04:00
alopexc0de
c70e6f67e4 Comment out the WPI and leave padding
I'm getting impatient and the API won't be done in time for launch
2014-06-22 00:15:55 -04:00
alopexc0de
d481e6866c Change the body background image and make a copy 2014-06-22 00:13:01 -04:00
alopexc0de
6c07de4f68 Add new elements to style and remove the weird 'text' that was floating 2014-06-22 00:12:35 -04:00
alopexc0de
de2f067f18 Changes to global css for site, some duplicate code and un-used code as well 2014-06-18 00:32:47 -04:00
alopexc0de
87fa32d1c2 Add background matrix like image 2014-06-18 00:32:01 -04:00
alopexc0de
b32e8338b4 Move Navbar to independant file 2014-06-18 00:31:47 -04:00
alopexc0de
6ebe2553ca Build the site layout and begin UI development
This is the basic info on the index, but other pages have to
be done
2014-05-09 14:28:18 -05:00