592 Commits (f92bbdaefa703a3fb4be72889f23c0632236b2e0)

Author SHA1 Message Date
Julian Lam f92bbdaefa Merge branch 'master' of github.com:designcreateplay/NodeBB 12 years ago
Julian Lam 9166c82dc2 tweaking admin panel integration 12 years ago
Baris Soner Usakli e9b6cdb37a add responsive class to imgs 12 years ago
psychobunny 40319a66ff reverting 754aef8a84 12 years ago
psychobunny 754aef8a84 fixes #392 - needs testing on try to see if google updates title correctly
order of events: 1. title changes, 2. content fades in, 3. history
pushState
12 years ago
Baris Usakli a0c7e187f5 footer stats will display human readable stuff 12 years ago
Julian Lam 883aca038b disabled categories are now faded in the "Move Thread" modal. closes #409
Why is it called "move topic"? Renamed.
12 years ago
Baris Usakli 230ed1ab11 moved cid so that other functions can use it in category.js 12 years ago
psychobunny 37450ff00c optimized ajaxify to only recurse through script tags; updated so it looks deeper for embedded scripts (ie. within plugin subtemplates) 12 years ago
psychobunny bf677522a9 added additional_profile_info footer in posts view; plugins - filter:posts.custom_profile_info hook lets you add info to post block footer
also fixed app.alert - if title is not set then do not show title.
12 years ago
psychobunny 32990794ce fixed admin bug (on f5 was not populating fields); plugins - filter:admin.create_routes allows you to create path to custom admin page 12 years ago
psychobunny 338acb8fc2 added a way to disable ajaxify on links manually if needed. 12 years ago
Julian Lam 1ee24517e3 enhanced the "discard post" confirmation message to only trigger if
something in the post body actually changed
12 years ago
Baris Usakli 0c5937805b clear uploads in progress if discard is clicked, temp fix until composer is revamped 12 years ago
Baris Usakli 3577c11c89 fixed infinite loading on /recent 12 years ago
Baris Usakli 4e59b85073 recent page, for hour, day, week, month 12 years ago
Baris Usakli 9af26db57a follower count fix 12 years ago
Baris Usakli 8e4ca8e474 closes #397 12 years ago
Baris Usakli 6210c6dbf4 removed extra ) in search.js 12 years ago
Baris Usakli 6c3e121b6c remove a line, not needed 12 years ago
Baris Usakli 95ee7fb49f added flag to empty container 12 years ago
Baris Usakli b3f73eace1 fix for online page 12 years ago
Baris Soner Usakli 07a497362a removed console.log 12 years ago
Baris Soner Usakli afa078d00c closes #288 12 years ago
psychobunny 3fd7d9a604 moved jquery.form.js into appropriate location 12 years ago
psychobunny 27f4fdd179 fixes #377 12 years ago
psychobunny d1a94a91c2 added app.uid 12 years ago
psychobunny 69a31dcdd9 fixes #388 12 years ago
Andrew Darqui 4b0e915698 just changed the 403/404 checking logic to use regex. 12 years ago
Andrew Darqui b2e81b5d17 Fixes a small issue with the redirect after logging in. If app.previousUrl is undefined (from accessing the page directly), login would fail to redirect you because of an error with indexOf on the undefined app.previousUrl. 12 years ago
Andrew Darqui ef47f3fd15 if nodebb returns 403/404, don't overwrite previousUrl. If you don't do this, when logging in after a 403/404, it will redirect you to the 403/404 page. 12 years ago
Julian Lam 0b299b2fe7 Merge pull request #381 from adarqui/express-logger-0.0.7
Express & Socket.io logger
12 years ago
Baris Usakli 2bdf12fb67 derp, need to revamp online page 12 years ago
Baris Usakli c00b138bf2 some fixes to online page 12 years ago
Baris Usakli 1155eaf1f1 online page changes 12 years ago
Baris Usakli 52f2e193d6 if api fails with 404 ajaxify to 404, added type check to updateProfile 12 years ago
Julian Lam 0e18ec022c not running init() if there is no init method in each template script 12 years ago
Julian Lam 038e04dee6 revamped client side scripts so that they are loaded using Require.js instead. 12 years ago
Julian Lam 948949c571 closed #375 - now asking socket.io to connect to "current page" instead of hardcoded url, removed api_url and "socket" section from public config 12 years ago
Andrew Darqui 55d84d0f9b basic logger functionality added - accessible via http://nodebb/admin/logger 12 years ago
psychobunny 22c73f3c12 closes #345 12 years ago
Baris Usakli cb7768d095 cant ban yourself 12 years ago
Baris Usakli 6a7a2301ee removed admin and delete buttons from template 12 years ago
Baris Usakli 4207792ffd added app alert if template data cant be loaded 12 years ago
Baris Soner Usakli 2dcc4172c4 closes #357 12 years ago
Julian Lam 8dd8536f6b closes #317 - hitting discard on a post with content will now throw a
bootbox confirmation modal
12 years ago
Baris Soner Usakli 9de5214a2f closes #353 12 years ago
Julian Lam f08067bab2 fixes #356 - issue where accessing a NodeBB using a different machine name
from one that it was set up with causing template data to not load, as it
was being accessed via absolute url, instead of relative url
12 years ago
Julian Lam 1160f39cb0 revamped reconnection notification, closes #354 12 years ago
Baris Soner Usakli 9b7f8076eb removed console.log 12 years ago