summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Define the popup translation in the stylesheet, not in the JS codeMaxime Quandalle2015-06-093-5/+11
| | | | | | | This allows us to autoprexfix the property, which is needed for Safari support (see http://caniuse.com/#feat=transforms2d). Fixes #178.
* Automatically star new boards created with the header shortcutMaxime Quandalle2015-06-091-0/+3
|
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-0922-227/+161
| | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one.
* Add a UI to restore archived cardsMaxime Quandalle2015-06-0717-84/+137
|
* Remove modal componentMaxime Quandalle2015-06-075-24/+0
| | | | | | This component wasn't used anymore. We'll probably need something like that again in the future, but we'll try to use a generic component from Atmosphere.
* Click on the page to escape the last actionMaxime Quandalle2015-06-0717-145/+199
| | | | | | This is a generalization of what we had for closing a popup by clicking outside of it. It now works for inlinedForms and detailsPane as well.
* Restore the popup to add a member to the boardMaxime Quandalle2015-06-067-193/+164
|
* Improve the card details pane overlay interactionsMaxime Quandalle2015-06-064-8/+13
|
* Use GitHub flavored markdownMaxime Quandalle2015-06-062-2/+2
| | | | | | | Replace meteor core markdown package by perak:markdown, that supports line breaks and tables. Fixes #124.
* Autosize the rich editor (for card description and comments)Maxime Quandalle2015-06-066-3/+15
|
* Maintain a visual indication of the popup openerElementMaxime Quandalle2015-06-064-6/+15
|
* Start designing the card details paneMaxime Quandalle2015-06-0524-850/+305
| | | | Implement a dynamic overflow to focus sight on the pane.
* Dissable temporarily the cache value of inlinedFormMaxime Quandalle2015-06-044-6/+5
| | | | | Due to bug https://github.com/peerlibrary/meteor-blaze-components/issues/50
* Upgrade packagesMaxime Quandalle2015-06-031-11/+11
|
* Work on the user account systemMaxime Quandalle2015-06-0334-171/+262
| | | | | | | | Allow a user to modifies its name, username, initials, and password. Fixes username handling on sandstorm. Fixes #149.
* Update the DockerFileMaxime Quandalle2015-05-301-6/+4
|
* Implement presence indicatorsMaxime Quandalle2015-05-3018-228/+116
|
* Improve card dropping areaMaxime Quandalle2015-05-301-2/+6
| | | | Fixes #85.
* Implement multi-selectionMaxime Quandalle2015-05-3045-933/+883
| | | | | | The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
* Fix card placeholder size on firefoxMaxime Quandalle2015-05-281-1/+1
|
* UI improvementsMaxime Quandalle2015-05-2751-990/+644
| | | | | | | | | | | | | | | | | | * Implement visibility choice on board creation; * Rework the board header bar. Remove links to un-implemented features; * Implement a board star counter (visible if the board have >2 stars); * Define a new icon (a thin cross) to close elements; * Remove $(document).on('mouseover') event handlers that were basically fired hundreds of times for nothing, we now define a proper Tracker dependency to execute jquery-ui plugin initialization only when something has changed; * Bug fixes related to list scrolling.
* Prioritize escape actions with a label hierarchy instead of an integerMaxime Quandalle2015-05-276-16/+34
|
* Implement a new system to handle "escape actions"Maxime Quandalle2015-05-2613-53/+148
| | | | | | | | The new EscapeActions object decide what to do when the user press the Escape key (such as closing a opened popup or inlined form). This commit also re-introduced the sidebar current view as a sidebar component local state.
* Upgrade sandstorm integrationMaxime Quandalle2015-05-267-82/+142
| | | | | | | | | | | | Both sandstorm and LibreBoard have significantly evolved since the last release of LibreBoard on sandstorm. This commit: * adds some more attributes on the sandstorm manifest * introduces support with the sandstorm sharing box * uses a server redirection to point to the board document * hides the top shortcut bar on sandstorm Fixes #163.
* Fix detailed card pane animationMaxime Quandalle2015-05-251-6/+4
|
* Improve scrollingMaxime Quandalle2015-05-2422-182/+162
| | | | | | | | | | | | We now replace native scrollbar by custom ones on the list card (which is required by the new ergonomics in the parent commit), but the "scrolling engine", is still native, we just hide the scrollbar and draw our own in HTML/CSS using the perfect-scrollbar package (from bower). This commit also implements component scrolling when certain actions are performed, eg scroll to the bottom when the new card composer is opened.
* Experiment new ergonomics to interact with card detailsMaxime Quandalle2015-05-2422-209/+231
| | | | | | | | | | | | | | The idea is that by displaying card details in a sidebar stuck on the right of the screen, the mouse had to travel too much before interacting with it. I also don’t want to use the Trello solution (modal) on big screens, because I like the ability to interact with the selected card and with the board at the same time (like in a e-mail client). The solution introduced in this commit consist of opening the card detail in a column next to the minicard list. This commit also fix right sidebar members and labels drag and drop.
* Hide the card composer link while a card is being draggedMaxime Quandalle2015-05-235-13/+43
|
* Fix tab navigation in the form to add a new cardMaxime Quandalle2015-05-234-39/+57
|
* Improve popup animationMaxime Quandalle2015-05-223-3/+27
| | | | | When going back wait for the popup transition to end before removing the DOM element.
* Upgrade dependenciesMaxime Quandalle2015-05-221-3/+3
|
* Remove cached board data when the client log outMaxime Quandalle2015-05-221-2/+3
| | | | Fixes #161.
* Animate popup screens transitionMaxime Quandalle2015-05-224-16/+46
|
* Upgrade the useraccount system that support autofocusMaxime Quandalle2015-05-182-8/+2
| | | | v1.10.0 fixes https://github.com/meteor-useraccounts/core/issues/384
* Fix new list formMaxime Quandalle2015-05-146-68/+71
| | | | Fixes #157.
* Style tweaksMaxime Quandalle2015-05-148-19/+23
| | | | Follows strictly jshint and jscs rules.
* Disable collection2 transformations in migration functionsMaxime Quandalle2015-05-141-3/+9
| | | | Fixes #156.
* Don't validate migration functions against the current schemaMaxime Quandalle2015-05-131-12/+19
|
* Revert "added to the background object to the Boards collection."Maxime Quandalle2015-05-131-3/+0
| | | | This reverts commit 7de25da94c2ccc806ec967dc73a863617a7ecef9.
* travis file updatedYasar icli2015-05-131-2/+4
|
* added to the background object to the Boards collection.Yasar icli2015-05-131-0/+3
|
* change i18n file namesYasar icli2015-05-136-0/+0
|
* Pull new translations from TransifexMaxime Quandalle2015-05-1210-0/+1750
| | | | | | Due to the recent UI modifications, translations should be seriously re-worked -- some strings are no more used, and some strings are not translated.
* RenaissanceMaxime Quandalle2015-05-12128-0/+10521
_,,ad8888888888bba,_ ,ad88888I888888888888888ba, ,88888888I88888888888888888888a, ,d888888888I8888888888888888888888b, d88888PP"""" ""YY88888888888888888888b, ,d88"'__,,--------,,,,.;ZZZY8888888888888, ,8IIl'" ;;l"ZZZIII8888888888, ,I88l;' ;lZZZZZ888III8888888, ,II88Zl;. ;llZZZZZ888888I888888, ,II888Zl;. .;;;;;lllZZZ888888I8888b ,II8888Z;; `;;;;;''llZZ8888888I8888, II88888Z;' .;lZZZ8888888I888b II88888Z; _,aaa, .,aaaaa,__.l;llZZZ88888888I888 II88888IZZZZZZZZZ, .ZZZZZZZZZZZZZZ;llZZ88888888I888, II88888IZZ<'(@@>Z| |ZZZ<'(@@>ZZZZ;;llZZ888888888I88I ,II88888; `""" ;| |ZZ; `""" ;;llZ8888888888I888 II888888l `;; .;llZZ8888888888I888, ,II888888Z; ;;; .;;llZZZ8888888888I888I III888888Zl; .., `;; ,;;lllZZZ88888888888I888 II88888888Z;;...;(_ _) ,;;;llZZZZ88888888888I888, II88888888Zl;;;;;' `--'Z;. .,;;;;llZZZZ88888888888I888b ]I888888888Z;;;;' ";llllll;..;;;lllZZZZ88888888888I8888, II888888888Zl.;;"Y88bd888P";;,..;lllZZZZZ88888888888I8888I II8888888888Zl;.; `"PPP";;;,..;lllZZZZZZZ88888888888I88888 II888888888888Zl;;. `;;;l;;;;lllZZZZZZZZW88888888888I88888 `II8888888888888Zl;. ,;;lllZZZZZZZZWMZ88888888888I88888 II8888888888888888ZbaalllZZZZZZZZZWWMZZZ8888888888I888888, `II88888888888888888b"WWZZZZZWWWMMZZZZZZI888888888I888888b `II88888888888888888;ZZMMMMMMZZZZZZZZllI888888888I8888888 `II8888888888888888 `;lZZZZZZZZZZZlllll888888888I8888888, II8888888888888888, `;lllZZZZllllll;;.Y88888888I8888888b, ,II8888888888888888b .;;lllllll;;;.;..88888888I88888888b, II888888888888888PZI;. .`;;;.;;;..; ...88888888I8888888888, II888888888888PZ;;';;. ;. .;. .;. .. Y8888888I88888888888b, ,II888888888PZ;;' `8888888I8888888888888b, II888888888' 888888I8888888888888888 ,II888888888 ,888888I8888888888888888 ,d88888888888 d888888I8888888888ZZZZZZ ,ad888888888888I 8888888I8888ZZZZZZZZZZZZ 888888888888888' 888888IZZZZZZZZZZZZZZZZZ 8888888888P'8P' Y888ZZZZZZZZZZZZZZZZZZZZ 888888888, " ,ZZZZZZZZZZZZZZZZZZZZZZZ 8888888888, ,ZZZZZZZZZZZZZZZZZZZZZZZZZZ 888888888888a, _ ,ZZZZZZZZZZZZZZZZZZZZ88888888 888888888888888ba,_d' ,ZZZZZZZZZZZZZZZZZ8888888888888 8888888888888888888888bbbaaa,,,______,ZZZZZZZZZZZZZZZ88888888888888888 88888888888888888888888888888888888ZZZZZZZZZZZZZZZ88888888888888888888 8888888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888 888888888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888888888 8888888888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888 88888888888888888888888888888ZZZZZZZZZZZZZZ888888888888888888888888888 8888888888888888888888888888ZZZZZZZZZZZZZZ88888888888888888 Normand 8 88888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888 Veilleux 8 8888888888888888888888888ZZZZZZZZZZZZZZ8888888888888888888888888888888