-
Since we are keeping track of rule numbers, it will be easy to make this the id number used to identify the object in the rules list.
Right now, the current look up function will work, because the id…
-
We supposedly support PHP 5.3.3+, but after a recent `composer update` to update our vendors, we got some packages that require php 5.3.23+ to work. As far as I can tell there is no way to really miti…
-
I can see in firebase that my user is listed as an owner for my site, and that my site has my email listed as an owner, but I get a `PERMISSION_DENIED` error when trying to log in. If I type in an inc…
-
In this heartbeat we'd like to whip up some prototypes of tools that the Hive and Teach teams could use to edit content on the Teach site.
Tools list
- [davida.io](https://github.com/MozillaFoundatio…
jbuck updated
9 years ago
-
Based on maturing as a developer, I feel that there are some fundamental architectural changes to the project that would benefit other developers and projects.
While the current implementation is tec…
-
It would be great to be able to use Firebase's `limit()`, `startsAt()`, and `endsAt()`.
``` javascript
store.find('post', { limit: 10, startsAt: 100 });
```
This would require `findQuery` support in…
-
Can someone confirm that setting up webhook-cms for development as explained in the readme is currently working? If so, what versions do you have in your dependency tree? I'm trying to set it up on OS…
-
I was looking for a project just like this! I just wrote out exactly what I wanted. I'm wondering your thoughts @JedWatson!!
https://gist.github.com/reggi/a54ee1cc617a44ede878
I'd love to see a text…
reggi updated
9 years ago
-
The nature of this post makes me think it belongs here rather than in the forums.
I'm importing data. The import process is quite smooth, which is nice, but I'm seeing odd behavior with searching/fi…
-
I've stumbled upon some issues regarding the url() template helper. I was working on the navigation and was attempting to remove hardcoded urls for content types. However, url() was giving me inconsis…