Skip to content

Commit

Permalink
Link to http://grido.bugyik.cz wasn't a good idea
Browse files Browse the repository at this point in the history
Unfortunately there are too many stupid people
Closes #294
  • Loading branch information
o5 committed Nov 27, 2018
1 parent db5e868 commit dd868f5
Show file tree
Hide file tree
Showing 51 changed files with 50 additions and 51 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

Grido is an extension for [Nette Framework](http://nette.org/). Grido helps you with data listing, formatting, sorting, paging, filtering, editing, bulk actions and exporting them.
It doesn't matter which datasource you are using. For now, Grido works with [Nette Database](https://github.com/nette/database), [Dibi](https://github.com/dg/dibi), [Doctrine](https://github.com/doctrine/doctrine2) and ArraySource (raw PHP Arrays).
You can try it in [live demo](http://grido.bugyik.cz/example/)!

![Alt text](http://img.bugyik.cz/Grido.png "Sample")

Expand Down
2 changes: 1 addition & 1 deletion assets/dist/css/grido.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/css/grido.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/grido.bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/js/grido.bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/grido.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/js/grido.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/grido.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/grido.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Actions/Action.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Actions/Event.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Actions/Href.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Button.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Column.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Date.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Editable.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2014 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Link.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Number.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Columns/Text.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Component.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Container.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Export.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Check.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Condition.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Custom.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Date.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/DateRange.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Filter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Number.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Select.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Filters/Text.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Operation.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Paginator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Customization.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/ArraySource.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/DibiFluent.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/Doctrine.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/IDataSource.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/Model.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/DataSources/NetteDatabase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Exception.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Grid.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Helpers.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Translations/FileTranslator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
2 changes: 1 addition & 1 deletion src/Translations/cs.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* This file is part of the Grido (http://grido.bugyik.cz)
* This file is part of the Grido (https://github.com/o5/grido)
*
* Copyright (c) 2011 Petr Bugyík (http://petr.bugyik.cz)
*
Expand Down
Loading

0 comments on commit dd868f5

Please sign in to comment.