Commit Graph

220 Commits (63a2a20fd3624f3e670e4cf9a5c5b726b3874dd4)

Author SHA1 Message Date
Baris Soner Usakli 1bf3d33765 prevent clicks on autocomplete to scroll window to the top
Baris Soner Usakli 8bc0096b00 dont closed composer if callback isn't called
Julian Lam a150691b5e that's the last of it!! :D
Baris Soner Usakli d2c0aa9949 fixed auto complete for insertion in the middle, 6am commits FTW
Baris Soner Usakli 2d384a68d2 oops extra $
Baris Soner Usakli 414eaea413 username mention auto completes
psychobunny 03c4a1bc73 remove console.log(file) - no more exploding terminals
Baris Soner Usakli 1996e64c9b if imgur client id is not set but local file uploads are enabled use that
Baris Soner Usakli d43f3cebc6 closes , closes
Baris Soner Usakli 8cfb239aac closes
Baris Soner Usakli e9fbed71ae closes , fixed allowRegistration incase its undefined
Julian Lam 2f1a3b9789 enabled touch events for composer resizing -- composer is now ipad
supported!
Baris Soner Usakli 680dbf138a closes
Baris Soner Usakli 845e5e7986 no need to store taskbar
Baris Soner Usakli f29b375ed4 refactored composer so that it uses a different div for each instance, closes
Julian Lam 07f1e0bcb5 ninjafix -- if you don't have a saved composer width, it doesn't set a
width (default ot 50%)
Julian Lam 1e6863ee19 adjusting snap guide sensitivity
Julian Lam 00eb6b4efc responsive fixes for new composer
Julian Lam 002826d84f resizing the post composer now saves the size for future windows
Julian Lam 289e081e2e fixed new composer posting (woot)
Julian Lam 83f20c1cdb OMG SNAPS
Julian Lam 99fba3b83a fixing issue where composer pushing didn't wait for the template to
properly render :P
Julian Lam f2d631e42d new composer window template (WIP!)
Baris Usakli 95495926fc some fixes to composer image upload
Baris Usakli 541993c80a fontawesome 4 migration, closes
psychobunny 22a3794c51 closes
Julian Lam 1ee24517e3 enhanced the "discard post" confirmation message to only trigger if
something in the post body actually changed
Baris Usakli 0c5937805b clear uploads in progress if discard is clicked, temp fix until composer is revamped
Julian Lam 8dd8536f6b closes - hitting discard on a post with content will now throw a
bootbox confirmation modal
Baris Usakli 564662ee00 closes
Baris Soner Usakli a88ddc2a4d fixed image upload
Baris Usakli d2eb73df96 can add and remove images from posts
Baris Soner Usakli 106157a951 removed commented out line
Baris Soner Usakli 54ba6efc93 can edit and add an image to a post, still cant remove previously added images #issue
psychobunny 0f8aad52b2 updated all alert-error to alert-danger (wtf did BS3 need to change that?)
psychobunny 8be896aebb label-important to label-danger
psychobunny 4373037071 fixed composer window having 0 width; recent replies looks gud again
Baris Soner Usakli a95582b382 closes , closes
Baris Soner Usakli ff805a704d closes
Baris Soner Usakli f83be710a0 closes , ,
Julian Lam 3933549659 committing fixes to composer window
Baris Soner Usakli 46afbc0ba0 assorted config fixes
Julian Lam 336345ee83 closed
Julian Lam 1752be237b minor style changes to the composer (moved buttons to the bottom as well)
Baris Soner Usakli 6865eb9f0f changed the drag and drop image upload, closes
Baris Soner Usakli 8947553ecd closes
Julian Lam 81cfe0c8d0 Merge branch 'master' of github.com:designcreateplay/NodeBB
fixing missing height in post-window, removed for some reason

Conflicts:
	public/src/modules/composer.js
Baris Soner Usakli 919efd4052 drag and drop image upload first pass
Julian Lam a66f2dfabe minor tweaks to positioning of composer window relative to taskbar
Julian Lam 18c991fd42 restyling composer window to be smaller widthwise
attempted to fix vertical-alignment of post_window relative to taskbar
Baris Soner Usakli f90eb72706 added minimum lengths into error messages
Baris Soner Usakli f7d27cdef1 nconf fixes
Baris Usakli 8d21d4f998 closes
Julian Lam 0e854119c6 removed duplicate id in topic template, closed , where opening a couple threads caused the reply window to load multiple times
Baris Soner Usakli 62ef925fd3 removed graph/picture, closes
Matt Smith 719dedd72b Moved reply topic unlock
Matt Smith 60dfed79c1 Fixed Reply locking New Topic title edit
Julian Lam ac5b7c02f8 hiding the minimize button for mobile/low resolution users - fixes issue
Julian Lam dd4bc61b5a allowed clicking on the taskbar button itself to minimize
Julian Lam 9d3a27ea17 splicing out taskbar related code into its own require module
Julian Lam 05b91caf6c noscript for home and category view (although it's not quite working for
category view yet)
Julian Lam 7e55e7b3d2 fixing quoting that broke with the introduction of the new post window
Julian Lam 49ea40f6ee tweaks to composer pushing, fixed random extra letter in footer js
Julian Lam 6f16088cd6 cleaning up readme file and fixing bugs in editing of posts ("asdf" anyone?)
Julian Lam 89d484c4ca removing old post_window (!!) and fixing default focus when the composer is loaded
Julian Lam 82736d8780 editing of posts using new post window
Julian Lam 061c7a9e66 half broken editing
Julian Lam 676ddcd3e3 integrating the new post window into the forum
Julian Lam 446bd3a022 constructing posts window
Julian Lam 0a00eac970 added requirejs, new 'composer' module for all posting related functions (client-side)
composer module only has "push" at the moment... doesn't render a window quite yet.