2529 Commits (28c75e09a98c888880660babf40de0d16a504c91)
 

Author SHA1 Message Date
Julian Lam 3decc8b9b1 removing nodebb.less file 11 years ago
Julian Lam bac5da30e7 removing themes folders from core 11 years ago
Julian Lam baf379c6d7 theme intergration into nodebb based on config hash value 11 years ago
Baris Soner Usakli e9b6cdb37a add responsive class to imgs 11 years ago
Baris Soner Usakli 9d36d2c749 fixed placeholder text in chat modal 11 years ago
Noah Chase 5945ab1a0a relax username validation (#413)
this commit allows for matching accented characters, dots, '@' symbol,
and other important things.
11 years ago
psychobunny 40319a66ff reverting 754aef8a84 11 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
11 years ago
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