Commit graph

34 commits

Author SHA1 Message Date
Marcin Kurczewski
2e3fdf98a0 Fixed 404 page appearance 2014-03-03 21:46:36 +01:00
Marcin Kurczewski
34b9a80ba7 Moved Sql and Database.php to remote project 2014-02-28 20:44:35 +01:00
Marcin Kurczewski
82b0d9a63a Newest chibi-core 2014-02-27 15:04:36 +01:00
Marcin Kurczewski
db8e13ec35 Merging and renaming tags yields status messages
Previously, it just redirected back to tag list without any kind of
notification about success.
2014-02-21 20:24:37 +01:00
Marcin Kurczewski
b22e74c0e9 Closed #72 2014-02-05 08:35:24 +01:00
Marcin Kurczewski
6a407fc87a Fixed #73 2014-02-05 08:22:26 +01:00
Marcin Kurczewski
35cdc0cf3a Refactored scripts and stylesheets
Styles, scripts and page titles are no longer set from controllers level.
Changed because it was breaking MVC pattern and led to spaghetti code.

Also, optimized JS/CSS inclusions a bit.
2014-02-01 11:24:03 +01:00
Marcin Kurczewski
5607cfc353 Models rewrite; removed RedBeanPHP; misc changes
Pages load 1.5-2x faster
Exception trace in JSON is now represented as an array
Fixed pagination of default favorites page in user pages
Fixed thumbnail size validation for non-square thumbnails
2013-12-18 15:17:49 +01:00
Marcin Kurczewski
76a60ed5d7 Refactoring of error/success messages 2013-11-16 18:44:40 +01:00
Marcin Kurczewski
bb0e844e4e In case of misisng view file, render in JSON 2013-11-05 09:27:34 +01:00
Marcin Kurczewski
fd99821bd7 Logging in remembers original URL 2013-10-30 23:24:27 +01:00
Marcin Kurczewski
1714e9e665 Added support for post relations 2013-10-30 20:20:01 +01:00
Marcin Kurczewski
9e6716021a Models: enhanced entities filtering 2013-10-28 11:24:11 +01:00
Marcin Kurczewski
b55a8f1dce Closed #52 - fixes for anonymous accounts
- Anonymous account is no longer created when commenting/uploading
- Anonymous users can now switch safety, if it's available
- Anonymous users can delete their own posts
- Refurbished session and logging in/out mechanism
- Possible fixes for registration/activation/account deletion issues
2013-10-27 20:39:32 +01:00
Marcin Kurczewski
c662d52d62 Closed #34
Introducing keyboard shortcut.
Every page:
[Q] - focus search
[W] - scroll up
[S] - scroll down
Post:
[A] - next post
[D] - previous post
[E] - edit post

Also, when clicking on post edit, browser is scrolled to the form.
2013-10-25 15:41:09 +02:00
Marcin Kurczewski
e1acb8bd99 Reduced page loads
- Entity of user currently logged in is kept serialized in session
- Post is retrieved only if necessary in thumbnail generator
2013-10-23 00:16:52 +02:00
Marcin Kurczewski
18097b6192 Closed #45 2013-10-22 11:40:10 +02:00
Marcin Kurczewski
d85728064a Closed #17 2013-10-19 15:19:47 +02:00
Marcin Kurczewski
21f4669a98 Closed #18 2013-10-12 22:37:18 +02:00
Marcin Kurczewski
7c5d1b7e34 Favorites; gravatar support 2013-10-12 14:53:47 +02:00
Marcin Kurczewski
35e097d0ce Fixed JS order, removed misplaced debug 2013-10-09 21:31:38 +02:00
Marcin Kurczewski
f71a4c6bbe Closed #16 2013-10-09 21:02:54 +02:00
Mariusz Dziemianowicz
4a006168e5 Removed jquery-tagit references from bootstrap
jquery-tagit already referenced in PostController
2013-10-09 19:39:30 +02:00
Mariusz Dziemianowicz
16d14bd7e0 Fixed missing references for css/js files 2013-10-09 19:29:21 +02:00
Marcin Kurczewski
d019351fd9 Upload form acts with more grace 2013-10-09 00:58:49 +02:00
Marcin Kurczewski
3fd34db37c Worked on #5 2013-10-07 00:49:41 +02:00
Marcin Kurczewski
34bf6b1db7 Fixed JSON mime type and exception handling 2013-10-06 19:53:33 +02:00
Marcin Kurczewski
a8ef56d42c Fixed SimpleException handling 2013-10-06 13:22:58 +02:00
Marcin Kurczewski
c345800716 Placeholder stylesheets
Now I can look at this.
2013-10-05 22:52:55 +02:00
Marcin Kurczewski
041b8eedbe Moved AbstractController to Bootstrap 2013-10-05 21:24:20 +02:00
Marcin Kurczewski
046968b815 Page titles filled in 2013-10-05 21:22:28 +02:00
Marcin Kurczewski
377bdcf7c9 Anonymous user access rank wiring 2013-10-05 20:00:13 +02:00
Marcin Kurczewski
c905f1d7dd Let there be placeholders 2013-10-05 19:26:33 +02:00
Marcin Kurczewski
3ba0d60d78 Reorganized structure; 404 support 2013-10-05 17:12:51 +02:00