2171 Commits (4353a9da25d26cbfc681b78ca525abe9627447df)
 

Author SHA1 Message Date
Baris Soner Usakli 0613b530e8 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Soner Usakli 5e9819b96f #415, moved search form into logged in menu 11 years ago
Julian Lam b46e334a40 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam af49845ae6 upping mentions minver 11 years ago
Baris Soner Usakli 4cb8241334 added mising template variables to fix image change modal 11 years ago
Julian Lam 530e6cb20e upping mentions plugin minver 11 years ago
Julian Lam e0adc03588 upping markdown ver again 11 years ago
Julian Lam e48f6e6d9b Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 04ff4df5d7 updated markdown plugin min ver 11 years ago
Baris Usakli d789e96d79 fixed 2 missing requires in api.js 11 years ago
Baris Usakli 45761fd48b fixed missing require in messaging 11 years ago
Julian Lam cb6a47a5d9 Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 67dbdfd80d fixed test cases to not throw redis error due to Reds 11 years ago
Baris Usakli dee99c1752 update category topic count if topic is deleted/restored 11 years ago
Baris Usakli a0c7e187f5 footer stats will display human readable stuff 11 years ago
Julian Lam 938503bd56 Merge branch 'category-test-uses-base-config' of https://github.com/twinlabs/forum.node into nchase-merge 11 years ago
Baris Usakli 33bda6fd16 Merge branch 'master' of https://github.com/designcreateplay/NodeBB 11 years ago
Baris Usakli 929336cb57 closes #408 11 years ago
Julian Lam 883aca038b disabled categories are now faded in the "Move Thread" modal. closes #409
Why is it called "move topic"? Renamed.
11 years ago
Julian Lam 77e03dc18d readded missing styles for the "Move Thread" modal 11 years ago
Baris Usakli 230ed1ab11 moved cid so that other functions can use it in category.js 11 years ago
Baris Usakli b31fa856d0 added meta require to topics.js 11 years ago
Baris Usakli 98b97b9898 added callback to hmset in category.create 11 years ago
Baris Usakli 41cf7c6814 added commas after some requires, added missing plugins require to categories 11 years ago
Baris Usakli da3a2f436c added categories require to feed.js 11 years ago
Julian Lam 569a7178d7 fixed install script error 11 years ago
Julian Lam 7e7497c3bd Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 905c78d5a3 reverting changes to the badge 11 years ago
Baris Usakli 37b1cb009a added chevron to fave template 11 years ago
Julian Lam 56586e1fda tweaking more badges fro /home, itemprops for homem reduced padding right of badge in category view 11 years ago
Julian Lam 2040fcdba4 moved badge outside of topic title, added schema.org itemprop stuff for category listing 11 years ago
Julian Lam d24b57ae86 upping markdown package to 0.1.5 11 years ago
Julian Lam db72102de7 upping markdown version 11 years ago
Julian Lam e8801a75f3 fixing weird passing in of a single param as an array for post.save hook 11 years ago
Julian Lam 918826ff48 fixed action calls, and added a new hook for plugin activation and deactivation 11 years ago
Julian Lam fa2fe5c941 allowing plugin system to detect object method path by dot notation 11 years ago
Julian Lam 8ef2761f53 tweaking plugins again -- simplifying 11 years ago
Julian Lam 9375369b88 fixed issues caused by inadvertant globalisation (and its subsequent fix) 11 years ago
Julian Lam ce77c82b0c Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 1e39ae2f1e minor tweak to plugins (used object format instead of potentially
confusing array)
11 years ago
Julian Lam c143894547 Merge pull request #405 from twinlabs/stop-topic-global-leak
fix typo that was causing Topic module's variables to leak into global namespace
11 years ago
psychobunny 37450ff00c optimized ajaxify to only recurse through script tags; updated so it looks deeper for embedded scripts (ie. within plugin subtemplates) 11 years ago
psychobunny ca9c468edd plugins - filter:category.build_sidebars allows plugins to generate custom sidebar content 11 years ago
psychobunny d6570d1496 prevent admin crashes on improperly configured plugins 11 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.
11 years ago
Noah Chase fd89f71fc0 fix typo that was causing topic variables to leak into global namespace 11 years ago
Noah Chase 83477ece18 category tests should be able to use whatever the app defines as config options 11 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 11 years ago
psychobunny 4b5bae4f9b fixed plugin path in admin header 11 years ago
psychobunny 2b07917020 plugins - filter:admin.header.build allows you to add plugins to navigation in ACP 11 years ago