1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 07:41:22 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
Toby Zerner
61b0dfaa81 JsonApiAdapter fix to make index "load more" work 2015-01-30 12:05:57 +10:30
Toby Zerner
575940698e Change forum title for demo 2015-01-26 12:06:54 +10:30
Toby Zerner
43574f82e9 Fix bug when dragging the scrubber 2015-01-26 11:58:49 +10:30
Toby Zerner
3fba2bd5d8 Convert to int before checking start 2015-01-26 11:45:21 +10:30
Toby Zerner
526b7c588e Allow custom icon HTML in dropdown-button
Also rename title to label
2015-01-23 15:22:58 +10:30
Toby Zerner
912e6477bb Working on tests for index 2015-01-23 12:48:33 +10:30
Toby Zerner
a9b19f62e0 More flexible API URL (necessary for testing) 2015-01-23 12:48:21 +10:30
Toby Zerner
cd0b6300d8 Clean up load more 2015-01-23 12:47:19 +10:30
Allineer
e9c4098f3a Delete .editorconfig 2015-01-22 01:24:08 +03:00
Toby Zerner
3599c515b5 Start ember testing 2015-01-21 15:18:15 +10:30
Toby Zerner
9bad350de0 Fix JSHint errors 2015-01-21 14:29:00 +10:30
Toby Zerner
aa346b3884 Upgrade ember-cli to 0.1.7 2015-01-21 14:28:28 +10:30
Toby Zerner
4e9a6931e4 Implement redesign, refactor everything
- Write CSS for everything, update templates.
- Refactor discussion view. Stream is split into two components
(content and scrubber) which have their own responsibilities.
- Extract pane functionality into a mixin.
- Implement global “back button” system. You give a “paneable” target
to the application controller, the back button will modulate its
pane-related properties as necessary, and call an action when the
button is clicked.
- Extract welcome-hero into its own component.
- Lots of other general improvements/refactoring. The code is quite
well-commented so take a look!
2015-01-16 17:26:18 +10:30
Toby Zerner
2ba5dbfa75 Change the way we fetch multiple posts by ID
JSON-API specifies that multiple resources should be fetched with a
comma-separated list of IDs, i.e. discussions/1,2,3,4. But this is
problematic because if we do a findQuery with only one ID, then a
single object will come back from the API where the serializer is
expecting an array containing a single object.

Instead, I’ve just implemented an ids “filter” on the discussions index
API route (which is the default way that the adapter finds multiple
IDs.)
2015-01-16 17:26:17 +10:30
Toby Zerner
1f54876705 Change the way post count metadata is stored
We care about the number of “comment” posts, not the number of posts in
total.
2015-01-16 17:26:17 +10:30
Toby Zerner
c4b449ad3c Clean up composer components 2015-01-07 17:25:41 +10:30
Toby Zerner
fedfc24f6b Update liquid-fire 2015-01-07 17:25:40 +10:30
Toby Zerner
d6c9a92408 Update to ember-data b14, comment out bug for now 2015-01-07 17:25:40 +10:30
Toby Zerner
c31c2256c1 Rename/fix post stream 2015-01-07 17:25:40 +10:30
Toby Zerner
c783148784 Rework discussion/post components 2015-01-07 17:25:40 +10:30
Toby Zerner
764d2f4318 Use layoutName instead of templateName 2015-01-07 17:25:40 +10:30
Toby Zerner
4d01a615a4 Big component restructure/overhaul 2015-01-03 21:51:47 +10:30
Toby Zerner
5107a06e06 Clean up routes 2015-01-03 12:26:22 +10:30
Toby Zerner
161f37e210 Working on interface components. 2015-01-03 12:26:14 +10:30
Toby Zerner
0031c5ae38 Update ember.js (fix view helper regression) 2015-01-02 17:17:19 +10:30
Toby Zerner
36d7414491 Working on responsive dropdown menu components. 2015-01-02 11:46:40 +10:30
Toby Zerner
2f9c1bdb38 Rejigging templates for redesign.
- Componentize more stuff, heading in the direction of Ember 2.0
- Start CSS from scratch
- Everything is broken atm!
2015-01-01 20:08:38 +10:30
Indrashish
a4973995fa Fixed partially showing discussions pane
Referencing the discussions pane which slides out from the sidebar.

Fixed styles for pinned state of dicussions pane

Fixed padding in discussions pane
2014-12-24 23:31:01 +05:30
Toby Zerner
dab9a6d7bc Fix up LESS compilation. 2014-12-24 09:36:47 +10:30
Toby Zerner
23e7733d97 Update dependencies to latest versions. 2014-12-23 12:55:28 +10:30
Toby Zerner
63b918f741 Upgrade ember-cli to 0.1.4 and fix related breakage. closes #18 2014-12-23 12:45:07 +10:30
Toby Zerner
174151ac00 Delete README.md 2014-12-22 23:09:39 +10:30
Toby Zerner
d93a803b0e Fix invalid inverse relationship. 2014-12-20 21:14:10 +10:30
Toby Zerner
4f9e48d894 Get rid of some troublesome dependencies for now. 2014-12-20 21:06:15 +10:30
Toby Zerner
ca124a509f Add temporary JSON-API Ember Data adapter. 2014-12-20 21:05:46 +10:30
Toby Zerner
b5a246865d Hello world! 2014-12-20 16:56:46 +10:30