220 Commits (63a2a20fd3624f3e670e4cf9a5c5b726b3874dd4)

Author SHA1 Message Date
barisusakli d852f284da closes #1948 11 years ago
barisusakli 41ed52a414 moved newlines from language file to core 11 years ago
psychobunny eb297d7eab client side hooks: action:composer.topics.post, action:composer.posts.reply, action:composer.posts.edit 11 years ago
barisusakli 8ff34e4dc2 parseint tid 11 years ago
barisusakli 161069c390 closes #1840 11 years ago
barisusakli c5ccf4333b translate helpers 11 years ago
barisusakli dcbed4e935 closes #1763
show alert if email not confirmed, clicking alert will send confirmation
email
11 years ago
barisusakli c9c68f8cbe move cursor to end 11 years ago
barisusakli 9240f65f20 moved resize code, removed old tab code 11 years ago
barisusakli c3e4d11f69 closes #1719 11 years ago
barisusakli 1296cd58b9 closes #1723 11 years ago
barisusakli c296aaeb8a discard language string 11 years ago
barisusakli 36ed21ad72 closes #1739 11 years ago
barisusakli 35d1aacc45 no success alert on posting and editing #1721 11 years ago
barisusakli 6303ac4a90 closes #1716, #1717 11 years ago
barisusakli 9151040250 side by side preview 11 years ago
barisusakli bf18e70d66 small fix to title escape 11 years ago
barisusakli 4c2765a79c closes #1679 11 years ago
barisusakli ce1934e566 closes #1684 11 years ago
barisusakli b9139ef263 some escaping and fixed uploads in progress 11 years ago
psychobunny b43602f5b6 closes https://github.com/NodeBB/NodeBB/issues/1631 11 years ago
psychobunny 35e72dbb37 load composer-mobile.tpl if in xs/sm environment, for https://github.com/NodeBB/NodeBB/issues/1657 11 years ago
barisusakli 55dbc5c823 closes #1612
changed post links to "topic/<topic_id>/<topic_slug>/<post_id>"
11 years ago
psychobunny 281aa0049c init, attempt to increase cold load speed 11 years ago
barisusakli df73ceaeb7 closes #1556
added tag input box to composer when creating a topic
added new routes for viewing tags 'tags' and 'tags/:tagname'
respectively
post_bar.tpl shows the tags of the topic
can edit the main post to remove or add new tags
added a new menu item to header to go to the tags page
11 years ago
barisusakli b30dee2601 no need to store titleEl 11 years ago
barisusakli 9ba0dc3363 closes #1539 11 years ago
barisusakli e869a6a15a composer refactor 11 years ago
Julian Lam b1534b7798 removing allowGuestPosting logic in NodeBB 11 years ago
Julian Lam 65dd79c84e socket logic for #1149 -- handling of help tab in ACP 11 years ago
psychobunny 2ba2ef5320 closes #1498 11 years ago
psychobunny 882589acae moved findBootstrapEnvironment into utils 11 years ago
psychobunny 4b18403fa6 moving controls object into its own module 11 years ago
psychobunny 775e6ec8ce comopser bugfix 11 years ago
psychobunny 090ecaffd1 closes #1444 11 years ago
barisusakli 6f2ea3eafc closes #1439 11 years ago
Micheil Smith ae9f675b80 Composer: Use formatting dispatch table for inserting uploads and pictures 11 years ago
Micheil Smith bf7de0d051 Composer: Switch to using a dispatch table for buttons
Note: for now, it looks a little messy, but once I merge wrapSelectionInTextareaWith and insertIntoTextarea, it won't be. Promise.
11 years ago
barisusakli d431c94ed8 added variable to replying to string 11 years ago
psychobunny 3c711d72fb regex - no need to escape special characters inside [] 11 years ago
Micheil Smith 8da45b72a9 Composer: Rework formatting bar logic 11 years ago
Micheil Smith 78e1e4fbac Composer: simplify code with early returns 11 years ago
Micheil Smith 3e82cab398 Add missing new lines at end of files. 11 years ago
Micheil Smith 66d1f2505f Composer: Pass radix argument to parseInt 11 years ago
Micheil Smith 85cab3aec8 Composer: Escape special characters in regex 11 years ago
Micheil Smith e860b0dd4c Composer: Remove unused variables 11 years ago
barisusakli e2d0d4db5c added error and success language files
removed some code from server side that was emitting alerts
11 years ago
psychobunny 4f04bd82a6 some fixes 11 years ago
barisusakli 3493be4ef0 closes #1268 11 years ago
barisusakli d6223406e9 added space between uploading and number 11 years ago
barisusakli 4cadd8da7a missing radix 11 years ago
barisusakli 367a9aa022 composer jshint 11 years ago
barisusakli 970639274e fixes image uploads
if images had special regex characters in them upload text was failing
11 years ago
Julian Lam 2826381b20 draft saving in composer -- resolved #1197 11 years ago
Julian Lam a9b78d2600 minimizing the composer should unregister it 11 years ago
Julian Lam f2ffc2b533 properly referencing the tid of the composer instead of blindly checking templates.get('topic_id') 11 years ago
Julian Lam 7ef84e0daa switched to 'ping active' system 11 years ago
Julian Lam b3d7ae1c86 showing who is replying in the active users block 11 years ago
Julian Lam dfd13fac0d Merge branch 'master' of github.com:designcreateplay/NodeBB 11 years ago
Julian Lam 44ac7ec262 added new hooks for rendering help messages in composer, removed markdown text from translation 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
Baris Soner Usakli 6e5a6b8784 upgraded categories to sorted set, score is the order set from acp, check if category topic exists before posting 11 years ago
Baris Soner Usakli d6d9776cde added toPid to posts 11 years ago
Baris Soner Usakli cfe5b6aa4a check if thumEl exists before trim 11 years ago
akhoury 63c9269240 merged composer and some other files with master 11 years ago
akhoury 25207852e8 added topics thumbnails support 11 years ago
Julian Lam 0d7e47ded7 closed #1057 11 years ago
Baris Soner Usakli e1f016c075 closes #1046 11 years ago
Baris Soner Usakli 83ad454c3e better error message if image upload fails, #1052 11 years ago
Baris Soner Usakli 92ebf2975a possible fix for #1050 11 years ago
Baris Soner Usakli 0ec9f3835f fixed js error in composer 11 years ago
Baris Soner Usakli 075c6c01f2 upload changes, show progres in composer 11 years ago
Baris Soner Usakli 20dd194171 show error in composer if upload fails 11 years ago
Julian Lam 97e52fd169 adding new client-side hook and post_uuid to composer template 11 years ago
Julian Lam 55b39f1eff second pass, #981 11 years ago
Baris Soner Usakli e18d9dc1b4 closes #975 11 years ago
Baris Soner Usakli 26849ba2b7 added hooks for image uploads into user and admin routes 11 years ago
Baris Soner Usakli 378ccc3cb7 removed imgur from core 11 years ago
Baris Soner Usakli 388532eedc closes #943 11 years ago
Baris Soner Usakli 2cdddd2637 closes #925 11 years ago
Baris Soner Usakli 9e22b7c8fd focus composer text area after drag resize 11 years ago
Baris Soner Usakli ed401de169 closes #896 11 years ago
Julian Lam 4ae8824faf tweaks and formatting 11 years ago
Matti Leppänen 4f495e2b46 quote gets added to the active composer instead of starting a new one. 11 years ago
Baris Soner Usakli 5f0c6e508d some cleanup 11 years ago
Baris Soner Usakli 824c5072e8 topics should be marked read correctly if you are already in it 11 years ago
Baris Soner Usakli 46fb6377ee fixed topic reply if title was 255, better notif text in unread and recent,removed console.log 11 years ago
Baris Soner Usakli 12a5b6b4c6 body margin for composer 11 years ago
Baris Soner Usakli 050ab738e4 fixed drop area top 11 years ago
Baris Soner Usakli 3d30c0bd87 tmp fix for nested if 11 years ago
Julian Lam 5861630dec - removed autocomplete in composer core (now entirely in mentions)
- upped jQuery UI to 1.10.4
11 years ago
Baris Soner Usakli d8e14acbbf closes #799 11 years ago
Baris Soner Usakli 959e6e83ea closes #796 11 years ago
Baris Soner Usakli 0db6423c26 closes #792, fixes multiple composers 11 years ago
Baris Soner Usakli 25b50323fa markdown text in composer 11 years ago
Baris Soner Usakli 48eb6a3f22 composer changeS 11 years ago
Baris Soner Usakli b3816b98a1 more post fixes 11 years ago
Julian Lam bc48ba874d fixed module.js callback format 11 years ago
Baris Soner Usakli 67799eac95 removed api: from client side socket calls 11 years ago
Baris Soner Usakli 2d87ba534c can paste images directly from clipboard 11 years ago