Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Jekyll Admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
Collective - Host: opensource - https://opencollective.com/jekyll-admin - Website: https://t.co/N0nswF4LYy - Code: https://github.com/jekyll/jekyll-admin

specify a prefix for `/admin`

github.com/jekyll/jekyll-admin - 207305152fdce9b5932f0b705bbb88eaf48bb48c authored over 8 years ago by mertkahyaoglu <[email protected]>
Merge branch 'master' into serve-admin

github.com/jekyll/jekyll-admin - bf4cc2eb9d3e205d7004d1773638111bb81df75c authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
add admin prefix to webpack publicPath

github.com/jekyll/jekyll-admin - 3c45e47dc23ba0d74aada174661e2a3ac182feb5 authored over 8 years ago by mertkahyaoglu <[email protected]>
add admin prefix to styles.css

github.com/jekyll/jekyll-admin - 49d20a8bde194b1eea8221b93bdc2b6dfd5aae40 authored over 8 years ago by mertkahyaoglu <[email protected]>
add admin prefix to bundle.js

github.com/jekyll/jekyll-admin - d36f95aed16c83819728bc9703ffa1384739d6e6 authored over 8 years ago by mertkahyaoglu <[email protected]>
fix routes

github.com/jekyll/jekyll-admin - ea03b563c1853710237ee555b5d9442e5de5f303 authored over 8 years ago by mertkahyaoglu <[email protected]>
add admin prefix to component links

github.com/jekyll/jekyll-admin - f4d18baf182b11cca05ac3c18c4b4544aa6ecbab authored over 8 years ago by mertkahyaoglu <[email protected]>
do not start dist server

github.com/jekyll/jekyll-admin - bb95668bf5d5da36b7ffe049a852296286c7274e authored over 8 years ago by mertkahyaoglu <[email protected]>
remove index.html from public

github.com/jekyll/jekyll-admin - e4fadad413d5c9b68f86755d240693dff8cfaf39 authored over 8 years ago by mertkahyaoglu <[email protected]>
spec/fixtures/site/Gemfile.lock file is not ignored

github.com/jekyll/jekyll-admin - 35fcd58248067b425c43c3a88c504b351cc1de41 authored over 8 years ago by mertkahyaoglu <[email protected]>
simplify root endpoint logic

github.com/jekyll/jekyll-admin - 18b9de827371cb3f800cae5e541d87363ac0aaf4 authored over 8 years ago by Ben Balter <[email protected]>
remove duplicative 404

github.com/jekyll/jekyll-admin - 8b12d7f854b4c6ee6f278d56f33f243c755fbf02 authored over 8 years ago by Ben Balter <[email protected]>
add && npm run open:dist back to the npm run build step

github.com/jekyll/jekyll-admin - 1ca8bb88638e930d0e78a1d5ebf0a54fd3fbce16 authored over 8 years ago by Ben Balter <[email protected]>
build frontend before running ruby tests

github.com/jekyll/jekyll-admin - 926ca7ae572e6b70780c80587f712408fa4bebf9 authored over 8 years ago by Ben Balter <[email protected]>
Use sinatra to serve the public folder

Otherwise, requests to `/admin` would return a Jekyll 404 and requests to `/admin/` would return...

github.com/jekyll/jekyll-admin - 2ba698ec9f5e3f10be09cf2c9c09918f1c2df7be authored over 8 years ago by Ben Balter <[email protected]>
update documentation

github.com/jekyll/jekyll-admin - b68f2d791a8a737d710b2b67fb0a1702b1b164c6 authored over 8 years ago by Ben Balter <[email protected]>
run rubocop

github.com/jekyll/jekyll-admin - ed39cbb067c4b78369e690d71a734258c33a4b9c authored over 8 years ago by Ben Balter <[email protected]>
Merge branch 'master' of https://github.com/jekyll/jekyll-admin

github.com/jekyll/jekyll-admin - 8c9f7b90626249a8c33b75efcc3eab2ff0f26733 authored over 8 years ago by Ben Balter <[email protected]>
spike out server

github.com/jekyll/jekyll-admin - ebd2a04d5d5fb46af7894a142995058fda137215 authored over 8 years ago by Ben Balter <[email protected]>
Merge pull request #21 from jekyll/reuse

Code Reuse

github.com/jekyll/jekyll-admin - 3099b773a35a9704be1991748569386e5515352e authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
do not fetch again after deletion

Now we filter the deleted content from the state instead of fetching
remaining ones.

github.com/jekyll/jekyll-admin - f33ea20df7718cd9f479da30cebc0c917ac5256c authored over 8 years ago by mertkahyaoglu <[email protected]>
add fetch wrappers for reusing

github.com/jekyll/jekyll-admin - 73d11d69c85ce74058d9da30c7372d35a03bed02 authored over 8 years ago by mertkahyaoglu <[email protected]>
update fake.json

github.com/jekyll/jekyll-admin - 4ceaa10fa5f0b041b5e078cca4228680d2fee705 authored over 8 years ago by mertkahyaoglu <[email protected]>
make function docs inline

github.com/jekyll/jekyll-admin - bfc9e15b2900f48952401d7f6c6b24eba316a285 authored over 8 years ago by mertkahyaoglu <[email protected]>
Merge pull request #19 from jekyll/content-edit

Complete Content Editing

github.com/jekyll/jekyll-admin - 08105fd72e97f18f57eccffd4dab0fe6ef3b867f authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
prepare creating content

github.com/jekyll/jekyll-admin - e2f80cb5d31fe60b1ada2656bebbf992331963c3 authored over 8 years ago by mertkahyaoglu <[email protected]>
fix tests broken after validation

github.com/jekyll/jekyll-admin - 13ece6644d842ae4c8bd20b20bb7bc04373bc33e authored over 8 years ago by mertkahyaoglu <[email protected]>
fix validation helper

github.com/jekyll/jekyll-admin - 45150fdc17f48d8421ffef8d5a09ca89384ce97a authored over 8 years ago by mertkahyaoglu <[email protected]>
fix post filenames

github.com/jekyll/jekyll-admin - 6c6ab6d383146f02a43c68d9fc22eebfdc89e5fd authored over 8 years ago by mertkahyaoglu <[email protected]>
fix bug where empty title makes the input invisible

github.com/jekyll/jekyll-admin - ddaccdfc2940b1cbbc88cc83e50b61ef5d9b4018 authored over 8 years ago by mertkahyaoglu <[email protected]>
make breadcrumbs more generic

github.com/jekyll/jekyll-admin - 96227f54f3608b3d01b283252d5aae71faf8c1b8 authored over 8 years ago by mertkahyaoglu <[email protected]>
form validation

github.com/jekyll/jekyll-admin - eb4cd10595d8189c8992718bea02af61b85f2eed authored over 8 years ago by mertkahyaoglu <[email protected]>
fix fake.json

github.com/jekyll/jekyll-admin - b23d55780f76661b3dc9cc0fddbc35fbdf1229cc authored over 8 years ago by mertkahyaoglu <[email protected]>
update post ids

github.com/jekyll/jekyll-admin - 8d50ea12063c7932bcb467b88ea6e3df50e9f7f0 authored over 8 years ago by mertkahyaoglu <[email protected]>
input title: add placeholder and resize vertical only

github.com/jekyll/jekyll-admin - 15bd40cf1818eadef08fa26e2bbe73fff5666251 authored over 8 years ago by mertkahyaoglu <[email protected]>
add collection_name to fake.json

github.com/jekyll/jekyll-admin - ff4add0f1b394057fd98e35bc9f704f1dd4c3d40 authored over 8 years ago by mertkahyaoglu <[email protected]>
use textarea-autosize instead of contenteditable

react-contenteditable has a bug where blur event triggers onChange
event and input value may con...

github.com/jekyll/jekyll-admin - 1e639812dfb2c7ac2a5abe927ec37c4ade119334 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove favicon from dev

github.com/jekyll/jekyll-admin - 3fb81326ecf4f935585218e9f6781e8fef7e7a49 authored over 8 years ago by mertkahyaoglu <[email protected]>
renaming: replace update and put with post

github.com/jekyll/jekyll-admin - ea182bc8caa25900eaeaa2a5dab06c2d7408567a authored over 8 years ago by mertkahyaoglu <[email protected]>
add default fields for metadata reducer

github.com/jekyll/jekyll-admin - f219d64bd1f0123e86b82bfbb5a601b739635153 authored over 8 years ago by mertkahyaoglu <[email protected]>
store published as true if not provided in meta

github.com/jekyll/jekyll-admin - 749e3b32be969e2ad8b24e1f6b0cabb1ee6007c2 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove unused storeContentFields

github.com/jekyll/jekyll-admin - 8154276a93d98ec54607b9c0f9da79c5da32a4f6 authored over 8 years ago by mertkahyaoglu <[email protected]>
add checked prop to prototypes

github.com/jekyll/jekyll-admin - 3376bbdd09f34daebc42e87cdef7733cacda7cc5 authored over 8 years ago by mertkahyaoglu <[email protected]>
test change actions of edit form

github.com/jekyll/jekyll-admin - 535015c7e45b6232f99c5cf3c8e1a46fdd58bb18 authored over 8 years ago by mertkahyaoglu <[email protected]>
fix checkbox prop

If there is no published field in meta, pass false to checked prop
which means it is published b...

github.com/jekyll/jekyll-admin - f015851bd3da86decad3d2448a5d0277a670c4fd authored over 8 years ago by mertkahyaoglu <[email protected]>
add published field to fake.json

github.com/jekyll/jekyll-admin - 96e5b60aa314a4267acaf1ad2658be6745ce4b00 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove unnecessary prop type

github.com/jekyll/jekyll-admin - 25623b935eb8d96499ae8db03ea024c2513f2b9c authored over 8 years ago by mertkahyaoglu <[email protected]>
style error messages

github.com/jekyll/jekyll-admin - 399ee1823320ade9702b913d7dee9e9d07f5b7a2 authored over 8 years ago by mertkahyaoglu <[email protected]>
update reducers

github.com/jekyll/jekyll-admin - de350eadc1a057661ffea3fcbed860e623efe59a authored over 8 years ago by mertkahyaoglu <[email protected]>
add document sample to components' fixtures

github.com/jekyll/jekyll-admin - eadb5a279097d5fe86579b9db672099487459197 authored over 8 years ago by mertkahyaoglu <[email protected]>
rename CollectionNew to DocumentNew

github.com/jekyll/jekyll-admin - ccfec5933f7edd423d0971e7950ba8d9af285fba authored over 8 years ago by mertkahyaoglu <[email protected]>
add validated action type

github.com/jekyll/jekyll-admin - 04f925348f9c5ee48f68b996d4e526db2746d6c4 authored over 8 years ago by mertkahyaoglu <[email protected]>
update edit containers

github.com/jekyll/jekyll-admin - c4dc6fd8d637a79a18e2202aae7aa6e07c83e0fe authored over 8 years ago by mertkahyaoglu <[email protected]>
minor fixes

github.com/jekyll/jekyll-admin - 41d6e7d5129b4b5550e2924b2ad36ab5aa654149 authored over 8 years ago by mertkahyaoglu <[email protected]>
update ContentEdit

ContentEdit now enables Save button when an input changes. When
updated, changes the text of Sav...

github.com/jekyll/jekyll-admin - c0b8d5c8f9c4bd82abe345300c18df91ede32a4b authored over 8 years ago by mertkahyaoglu <[email protected]>
fix filename input

github.com/jekyll/jekyll-admin - a74aa5521eebcc59b3ff49e7560f5d0c236147d2 authored over 8 years ago by mertkahyaoglu <[email protected]>
validation utility

github.com/jekyll/jekyll-admin - 758cbdd1043c917661867f1a6737e042fb3a4845 authored over 8 years ago by mertkahyaoglu <[email protected]>
update PUT actions

PUT actions now validates inputs. If valid, updates the content.
Otherwise, dispatch validation ...

github.com/jekyll/jekyll-admin - 7b2d19c54b9a19d8f5fb734d83a67fa8bb536b09 authored over 8 years ago by mertkahyaoglu <[email protected]>
add path to fake.json

github.com/jekyll/jekyll-admin - 919167f83635ad03786a29233650a61abd15c5e8 authored over 8 years ago by mertkahyaoglu <[email protected]>
update docs

github.com/jekyll/jekyll-admin - 0787d1cf9f0c343ad9c3f7bd593d1f7f12bb554f authored over 8 years ago by mertkahyaoglu <[email protected]>
renaming stuff

github.com/jekyll/jekyll-admin - 1532b90d95080f0af4c3d7a86dc7624bdb54111d authored over 8 years ago by mertkahyaoglu <[email protected]>
add actions and reducers for controlled edit components

github.com/jekyll/jekyll-admin - 0af78f09f82782077a2ffc9f7bfd1a7355b517cd authored over 8 years ago by mertkahyaoglu <[email protected]>
move metafields container to containers folder

github.com/jekyll/jekyll-admin - 79cee29f51f2b23e076e7d330d0942244de90d00 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove unused underscore

github.com/jekyll/jekyll-admin - c5b1d08ec84acfa2eef04312c8720f0263c899cc authored over 8 years ago by mertkahyaoglu <[email protected]>
remove search test which moved to utils

github.com/jekyll/jekyll-admin - 8d1d4c103047e6bdee8fb2213d3f7d6c6107307a authored over 8 years ago by mertkahyaoglu <[email protected]>
controllable edit components

github.com/jekyll/jekyll-admin - 46a57c174746feb80dde124576fbaed9a98aaed9 authored over 8 years ago by mertkahyaoglu <[email protected]>
update utility actions

github.com/jekyll/jekyll-admin - 22156f3075b2a1b40dfcada23c70ed2decad5899 authored over 8 years ago by mertkahyaoglu <[email protected]>
update routes for id

github.com/jekyll/jekyll-admin - 96077400cacfc72fbe4762cfe4d09ee99ed3063e authored over 8 years ago by mertkahyaoglu <[email protected]>
rename setupMetadata

github.com/jekyll/jekyll-admin - 8be4b7228cc40727ca1749d071b3af898736c5f8 authored over 8 years ago by mertkahyaoglu <[email protected]>
add form validation helper functions

github.com/jekyll/jekyll-admin - 35cd8282ed080b5554855b0f852ae617a9b07a76 authored over 8 years ago by mertkahyaoglu <[email protected]>
replace page_id and document_id with id

github.com/jekyll/jekyll-admin - 32cd10ac3bbf535a9e1c1a0a4c372e1f45f8eb61 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove Link from editor test

github.com/jekyll/jekyll-admin - 5355cbb463e44980231c46c757a3403dd8ff4889 authored over 8 years ago by mertkahyaoglu <[email protected]>
component for editable content title

github.com/jekyll/jekyll-admin - 0a9dfb3ca106b2330cb54bca6d8bca4a1a662b6e authored over 8 years ago by mertkahyaoglu <[email protected]>
implement getValue method for Checkbox

github.com/jekyll/jekyll-admin - ed8f6792b67d7150fbfebbe76f890f62a8580151 authored over 8 years ago by mertkahyaoglu <[email protected]>
get path directly from ref

github.com/jekyll/jekyll-admin - c02d0f4207a527e49875bd8ed7739efbf15c7750 authored over 8 years ago by mertkahyaoglu <[email protected]>
use mixin for transition

github.com/jekyll/jekyll-admin - 4a0fe9de28378e5458d144e196b3974965d35532 authored over 8 years ago by mertkahyaoglu <[email protected]>
Merge pull request #18 from jekyll/tests

Add missing DOM tests

github.com/jekyll/jekyll-admin - ec47ad6f4add90a49cc9cb6cd6286010713e1764 authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
Merge branch 'master' into tests

github.com/jekyll/jekyll-admin - aea7a45c55ce67d286d03616d04845713c0f2563 authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
add configuration test

github.com/jekyll/jekyll-admin - ad461b83707eeb9c396b5894241ce11375e18bdb authored over 8 years ago by mertkahyaoglu <[email protected]>
move tests to their own folders

github.com/jekyll/jekyll-admin - b835890aa8a6a44da5a28df55a04ccdf1d1b237b authored over 8 years ago by mertkahyaoglu <[email protected]>
add metafields tests

github.com/jekyll/jekyll-admin - 705bc8b1c287baded9c9953e97117d1019f98974 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove coveralls

github.com/jekyll/jekyll-admin - c29243c3cdacc058413aea2d5b340f59a606f9a9 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove .travis.yml

github.com/jekyll/jekyll-admin - 1ae972c02b53d82d0feeaf6bfe3559a73b71f8c2 authored over 8 years ago by mertkahyaoglu <[email protected]>
add Configuration & Editor tests

github.com/jekyll/jekyll-admin - e96512dc388268cafa0ceeaef0682a624e6d8c7b authored over 8 years ago by mertkahyaoglu <[email protected]>
setup browser globals

github.com/jekyll/jekyll-admin - 766dc1764cf61baedf2073f4e19db79196dc2a01 authored over 8 years ago by mertkahyaoglu <[email protected]>
remove mocha-jsdom

github.com/jekyll/jekyll-admin - 415210af314f5a3b028d8495382a932fa6fadf80 authored over 8 years ago by mertkahyaoglu <[email protected]>
Merge pull request #17 from jekyll/rubocop

Add Rubocop

github.com/jekyll/jekyll-admin - e1d40bd26936cda8ae53572f9db0a3c1d5292347 authored over 8 years ago by Ben Balter <[email protected]>
Merge branch 'master' into rubocop

github.com/jekyll/jekyll-admin - bde2425b37ba36914bf1abbf829edc1e88de3029 authored over 8 years ago by Parker Moore <[email protected]>
Merge pull request #12 from jekyll/metafields

Metafields for Front Matter

github.com/jekyll/jekyll-admin - eef3ed46ca84720d40e59e360e363f7675699e5a authored over 8 years ago by Mert Kahyaoğlu <[email protected]>
create dedicated script/fmt script

github.com/jekyll/jekyll-admin - 0b33113941c7cae93924bc762975e87554e78351 authored over 8 years ago by Ben Balter <[email protected]>
try installing node manually

github.com/jekyll/jekyll-admin - ced6ff44bbafac19c9e553e4a23fbcf22058e2c0 authored over 8 years ago by Ben Balter <[email protected]>
try specifying the build as node

github.com/jekyll/jekyll-admin - ec7a79f12f48decdefc5506485cf54fe82b9f1f9 authored over 8 years ago by Ben Balter <[email protected]>
lessen bundler dependency

github.com/jekyll/jekyll-admin - a4aee841793b9a271e7c39bd37749dffc14ee064 authored over 8 years ago by Ben Balter <[email protected]>
have travis use a ruby build

github.com/jekyll/jekyll-admin - a7fd3212835f1e0223ee1a681a5b9f9b59e5ee70 authored over 8 years ago by Ben Balter <[email protected]>
bundle install during bootstrap

github.com/jekyll/jekyll-admin - 696e94e0d4f70826e99a8fe5b0faf554eaade6d1 authored over 8 years ago by Ben Balter <[email protected]>
style "remove field" button

github.com/jekyll/jekyll-admin - 91c2802a12d6ab6e434ef31a964a45a5ed604e29 authored over 8 years ago by mertkahyaoglu <[email protected]>
do not sort objects

github.com/jekyll/jekyll-admin - 210be476bdde0c0f963286b3d40ecdc31cdf503d authored over 8 years ago by mertkahyaoglu <[email protected]>
run rubocop before npm

github.com/jekyll/jekyll-admin - 4cd252f4ccf33dc3a820ce041c33806886b8806d authored over 8 years ago by Ben Balter <[email protected]>
add rubocop to script/cibuild

github.com/jekyll/jekyll-admin - aefb39edbc5adef1fb01b5ac3dd6c5e4da221799 authored over 8 years ago by Ben Balter <[email protected]>
correct existing rubocop offenses

github.com/jekyll/jekyll-admin - e24f2c3f9827a57e4f4effae871d7a53100e896f authored over 8 years ago by Ben Balter <[email protected]>