693 Commits (109fe895b3398c7f78020fad628394d3e69c5e37)

Author SHA1 Message Date
psychobunny 59909894fc closes #2981 10 years ago
psychobunny f601bdee5e Merge branch 'master' of https://github.com/NodeBB/NodeBB 10 years ago
psychobunny 97419bbdd9 closes #2980 10 years ago
barisusakli b2fad172e5 closes #2966 10 years ago
Barış Soner Uşaklı 5fda8422c5 fix focus 10 years ago
barisusakli 0d515803e4 fix post edit 10 years ago
barisusakli 9d026919ac closes #2953 10 years ago
Barış Soner Uşaklı dadbda98b7 closes https://github.com/NodeBB/nodebb-theme-persona/issues/52 10 years ago
barisusakli 5f2271e4e0 closes #2903 10 years ago
barisusakli 0d839bdb2c parantheses 10 years ago
psychobunny 7563e9aba1 added localStorage for preview toggled state 10 years ago
psychobunny e1ff3deaf0 move preview toggle function into composer/preview.js 10 years ago
psychobunny bc4e5371d7 Merge pull request #2907 from MegaGM/fixcategory.images
fix: category images (helpers.generateCategoryBackground)
10 years ago
psychobunny 232d1aae31 helpers.getBookmarkFromIndex 10 years ago
Julian Lam 47a7ab15be refactored translator system to be a require.js module, and not a global 10 years ago
Julian Lam 16c6578bdb updated components to be a require.js module, not a global (:rage2:) 10 years ago
Julian Lam c706638b5d updating groups access control so:
1. Guests can no longer receive the moderate bit
  2. If you attempt to grant the moderate privilege to a public group, a confirmation modal appears
  3. A lock icon is present next to all private groups
10 years ago
barisusakli d27ec057c5 closes #2910 10 years ago
Julian Lam d249a46fae fixed around event handling for composer submit button, and upped vanilla minver 10 years ago
barisusakli 65bdeba385 helpers.js fix maybe 10 years ago
Mega 8b48a1e3af fix: category images (helpers.generateCategoryBackground) 10 years ago
psychobunny 7c7b43d295 semicolon 10 years ago
psychobunny 789418f987 stripTags and escape template helpers
use it like so {function.stripTags, title}
see vanilla or persona topics_list.tpl for more info
10 years ago
Julian Lam d95f5a9ae0 added help block to category purge button, updated iconSelect library to use templates in a better way, hooked up iconSelect for category mgmt, #2463 10 years ago
Julian Lam 9b84a887d3 a huge frickin' number of changes for #2887. This is part of #2463 10 years ago
Julian Lam a1621145d5 Merge branch 'master' into categories_revamp
Conflicts:
	public/less/admin/admin.less
	public/src/admin/manage/categories.js
	src/controllers/admin.js
	src/views/admin/manage/categories.tpl
	src/views/config.json
10 years ago
psychobunny d39c2924e4 found a rogue topic class selector 10 years ago
barisusakli 4c31535c4b closes #2799 10 years ago
psychobunny 4ca6364dd4 removed .category-item selectors 10 years ago
psychobunny 10eb617c6d category and category/topic components; removed #topic-container selectors 10 years ago
Barış Soner Uşaklı 0cc900bdcf closes #2878 10 years ago
barisusakli 5bc2e7dac2 closes #2309 10 years ago
psychobunny 51745568df removed the rest of the .post-row selectors in favour for components system 10 years ago
psychobunny 567d171d2f jshint 10 years ago
psychobunny 6439147586 updated core to point #post_container and .post-row to its respective components 10 years ago
psychobunny eba0f32913 post/anchor component 10 years ago
psychobunny e08f34e79d function.generateTopicClass 10 years ago
psychobunny 412c5360a6 allow timeago to be cast on other elements as well, ex. small 10 years ago
psychobunny 82ac542f55 helpers.generateCategoryBackground 10 years ago
psychobunny f7f048f06a when toggling composer preview, autofocus on composer 10 years ago
barisusakli 2f688136d1 closes #2852 10 years ago
barisusakli b37bcc6dfe closes #2853 10 years ago
psychobunny dfe48fffb1 composer fixes when resizing window horizontally 10 years ago
psychobunny 2f05ec7de0 closes #2839 and #2840 10 years ago
psychobunny 8d313d2f16 return composing state to normal after discard/posting 10 years ago
psychobunny 9262c8b9f6 after selecting a category in composer, auto-select the next field 10 years ago
psychobunny 83f89e9537 made action bar button less restrictive 10 years ago
psychobunny 31368ac974 on mobile, resize composer textarea as you type so it doesn't constrain the editable view 10 years ago
psychobunny 7227dfd704 add composing mobile classes if composing on mobile 10 years ago
psychobunny 7282bbafb2 removing composer-mobile.tpl
was totally a bad idea.
10 years ago
Barış Soner Uşaklı 940c33c426 fix js error removed dupe code 10 years ago
psychobunny eb733fdb6f toggle preview button on composer 10 years ago
psychobunny daf9999a29 prevent composer from going too low 10 years ago
psychobunny 6059165a54 if composer:resizePercentage hasn't been set, default to half the page 10 years ago
psychobunny 0913dbbade added a border effect on max'd composer 10 years ago
psychobunny 49a173bdf0 last bit of fixes to composer 10 years ago
psychobunny bc9d7f2922 fix so that mouse is always on the handle 10 years ago
psychobunny 5b56157403 composer refactor part 1
removed lots of hardcoded values; used translate 3d instead of height
for smoother dragging; various optimizations; snap to top functionality
10 years ago
psychobunny bd99124fb9 refactored write preview code 10 years ago
psychobunny da758c429a remove hardcoded z-index; give composer a "maximized" class if maximized 10 years ago
psychobunny b56e862838 removed hardcoded fa-chevron icons from client js 10 years ago
psychobunny 1ec1c5a366 fixes composer maximizing 10 years ago
psychobunny fcc8093fa6 #1642 show discard prompt 10 years ago
psychobunny e47c375e69 closes #1642 10 years ago
Julian Lam 4360069859 fixing buttons on mobile composer, and updating format so tags button only appears on mobile 10 years ago
barisusakli 2a8437f08f removed templates config and mapping 🐑 10 years ago
yariplus 1102f40873 Add object setting plugin
Allows objects to be added to a plugin's settings using a tag with a JSON-like syntax in data-attributes.
A complex object can be created by using an array or another object as a parent, the object will be added to the parent array or the parent object's declared property instead of as it's own data-key.
10 years ago
psychobunny 9bf55c96d2 closes #2818 10 years ago
barisusakli 01b012d89d #1642 10 years ago
psychobunny a59b932020 displayUsersLink deprecated 10 years ago
barisusakli f7f453f8cd closes #2794 10 years ago
Julian Lam 6a32a0f399 closes #2775 10 years ago
Julian Lam a3bc5d2037 fixing bug where the nav dropdown didn't close when a chat was opened 10 years ago
Julian Lam 5173fd7138 #2796 10 years ago
Julian Lam a2c6f58782 fixed issue where an updated alert didn't contain changes to the clickfn, closes #2798 10 years ago
Julian Lam 339619fc9d #2799 10 years ago
Julian Lam 00f3084b8e closes #2792, closes #2791, closes #2788, closes #2787, closes #2786, closes #2785, closes #2784, closes #2783
Squashed commit of the following:

commit ca5064a4effa3904ce936b521b169bba8d24f1a1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:32 2015 -0500

    Revert "added ajaxify popstate cache, so back/forward will just put back the already loaded page"

    This reverts commit 77d154bb8b.

commit ae07fc56c156074de8048bb627f5d9be849c8ad1
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:19:24 2015 -0500

    Revert "on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues"

    This reverts commit d8c9ec0d40.

    Conflicts:
    	public/src/client/unread.js

commit 96ee3631d7e4e1fc2c1b7632d86684fecd1e430f
Author: Julian Lam <julian@designcreateplay.com>
Date:   Thu Feb 26 08:18:25 2015 -0500

    Revert "actually fixed isPopState error"

    This reverts commit e6701c5a1f.
10 years ago
psychobunny 241f5b0224 linted client side modules 10 years ago
barisusakli a0c3ddc555 fix navigator 10 years ago
psychobunny b1f835b053 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny 2ff59278c9 navigation cleanup 10 years ago
Julian Lam f00589c8ba removing 'see all chats' from chats list, as it is in menu.tpl now 10 years ago
psychobunny a9f175a2bb ability to sort navigation 10 years ago
psychobunny a2e3179ea4 nav - enable / disable 10 years ago
Julian Lam e6701c5a1f actually fixed isPopState error 10 years ago
Julian Lam d8c9ec0d40 on click, topics are marked read from the unread page. Also fixed an issue where isPopState kept getting set to true, causing issues 10 years ago
Julian Lam 77d154bb8b added ajaxify popstate cache, so back/forward will just put back the already loaded page 10 years ago
psychobunny 40008a9e85 Merge remote-tracking branch 'origin/master' into sortable-menu 10 years ago
psychobunny 6cea047518 loading navigation, complete 10 years ago
Julian Lam 3202a52a61 refactored notif dropdown, #2771 10 years ago
psychobunny ecad9d54ed tjs 0.1.19 for undefined key cleanups 10 years ago
psychobunny 6dacaf6bb5 helpers.displayMenuItem 10 years ago
Julian Lam 29873f1c5c removed unused .getAll method, and sorting notifications client-side so that unread notifs don't all appear at the top, #2772 10 years ago
Julian Lam 948cd22e9c triggering full-screen composer on short viewports as well as narrow, #2763 10 years ago
Julian Lam 03e39f7b9b isInvited mechanic for #2758 10 years ago
Julian Lam 58094d2b3b removed console logs, and requiring markdown 1.0.0 plugin 10 years ago
Julian Lam ceb18fe73d added new hook and method for plugins to introduce their own formatting options, #2743 10 years ago
Barış Soner Uşaklı 743cd20441 closes #2267 10 years ago
Julian Lam 350acde379 ability to mark a notification read/unread from dropdown list, made styling less bootstrap-locked, using FA icon in theme instead of hardcoded in template 10 years ago
barisusakli aa94dafac1 closes #725 10 years ago
barisusakli 60efeb8561 fix nid 10 years ago
barisusakli 31a44a9982 dont use fa icon 10 years ago
Barış Soner Uşaklı 276cd51836 closes #2467 10 years ago
Barış Soner Uşaklı 0421b6ef06 closes #2639 10 years ago
Barış Soner Uşaklı d20628a8d4 closes #2539 10 years ago
Barış Soner Uşaklı c98720ee4c show results as WIP 10 years ago
barisusakli eff1256dfb search sort, search in posts, titles, posts& titles 10 years ago
Julian Lam 957415463f Merge branch '0.7.0'
Conflicts:
	package.json
	src/search.js
10 years ago
barisusakli 38dd3d4281 search newer/older than and better pagination 10 years ago
barisusakli 161b934827 reply count filter atleast/atmost 10 years ago
barisusakli def600e927 search in categories and children 10 years ago
barisusakli 255f50343c closes #2685 10 years ago
Julian Lam 8bc2d97352 stringify helper for t.js 10 years ago
barisusakli ddee93beab Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
Julian Lam a3cadff1d3 updated settings module (v2) to fix multiple selects and checkboxes using name instead of id, which isn't always guaranteed to be set. 10 years ago
Julian Lam d096a639d6 fixed #2657 -- there's a slight chance this might break other ACP pages, but my limited testing tells me it is ok so far 10 years ago
Julian Lam 093e499bf8 defining module name in iconSelect module 10 years ago
Julian Lam 56200b0fdf defining module name in iconSelect module 10 years ago
barisusakli ea3d7d610a Merge remote-tracking branch 'origin/master' into 0.7.0 10 years ago
Julian Lam 99dc37bd9c removed relativeTime util method, utils.js better be a C now. 10 years ago
barisusakli b333653464 prevent js crash if responseJSON is undefined 10 years ago
Julian Lam 50ac813388 Merge branch 'private-groups', closed #2588 10 years ago
barisusakli 02dbce57fb relative path fix missing ; 10 years ago
barisusakli 200f74f1c7 closes #2592 10 years ago
barisusakli 456b844e61 closes #2596 10 years ago
Julian Lam 612b8f01b6 Merge remote-tracking branch 'origin/master' into private-groups 10 years ago
Julian Lam 69ed8ac45d icon selection interface -- moved iconSelect module out of admin space, #2588 10 years ago
barisusakli 0305ad989c match uploader return 10 years ago
barisusakli f74383bba4 changed userPhoto to files[] 10 years ago
Julian Lam 71b41239ac attempting to join a private group causes the join to be pending, #2588 10 years ago
barisusakli a77a761433 closes #1917 10 years ago
barisusakli ce9c17f8e5 ability to search posts by user 10 years ago
Julian Lam b685194dae updated helper loading so it loads all helpers in helpers local var 10 years ago
Julian Lam aa62c52580 closed #2583 10 years ago
barisusakli 60f1b9679a search filters 10 years ago
Julian Lam 9b8cc9fe6c partial revert of 659d0f68cb, #2417 10 years ago
Julian Lam 835886998b having composer/resize call findBootstrapEnvironment only on the first resize method call, and not right when library is required, #2417 10 years ago
Julian Lam 659d0f68cb possibly fixing issue where mobile composer textarea is not properly sized when initially opened. Sort of related to #2417 10 years ago
Julian Lam 23b9b21cdd better handling of guest handles in frontend, #2569 10 years ago
Julian Lam 9befa6aca7 proper handling of post editing, integration with ACP toggle, #2569 10 years ago
Julian Lam 325815a78d showing guest handles in frontend UI #2569 10 years ago
Julian Lam 7dc309fc16 template in composer #2569 10 years ago
barisusakli 3bdb98e747 closes #2530 10 years ago
barisusakli 81a5a4cfe0 removed global var 10 years ago
barisusakli 7ae7c50f56 app.user 10 years ago
Julian Lam 0b58e2fea3 minor tweaks to in-topic searching UI, #2442 10 years ago
Julian Lam 067d1ae404 adding client-side hook whenever composer renders a preview 10 years ago
Julian Lam b06ff89e02 adding missing file, re: #2424 10 years ago
Julian Lam deac12c540 closed #2424 10 years ago
barisusakli 32e08ba419 closes #2070 10 years ago