This website requires JavaScript.
Explore
Help
Sign In
mirror
/
php-flarum
Watch
1
Star
0
Fork
0
You've already forked php-flarum
mirror of
https://github.com/flarum/core.git
synced
2025-06-26 12:45:04 +02:00
Code
Issues
Releases
Wiki
Activity
Files
695df18be09a09573c7973931ce64a77b033c165
php-flarum
/
js
/
lib
History
Toby Zerner
7a6c48c30b
Correct check that a translation is an object
...
typeof translation === 'object' returns true when translation is null
2015-09-04 12:19:02 +09:30
..
components
Make Dropdown and NotificationsDropdown components more extensible
2015-09-04 12:15:11 +09:30
helpers
Allow non-array value to be passed into listItems
2015-09-04 12:16:23 +09:30
initializers
…
models
Use GroupBadge component to display user badges
2015-08-31 13:44:05 +09:30
utils
Prevent ItemList crash when item is a number
2015-09-04 12:17:01 +09:30
App.js
Monkey patch mithril so we can use JSX component syntax
2015-08-26 16:56:32 +09:30
Component.js
Make a copy of props passed into a component
2015-09-04 12:13:55 +09:30
extend.js
…
Model.js
Fix some front-end bugs
2015-08-14 12:50:39 +09:30
Session.js
…
Store.js
…
Translator.js
Correct check that a translation is an object
2015-09-04 12:19:02 +09:30