1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-16 10:32:08 +02:00
Nick Liu 41f8e78489
Disable tree format if model has filters
Parent-child relationship tables (trees) can only be constructed if
the entire table is loaded. When WHERE filters are applied to the
table, the tree cannot be made, which causes #3204.

When a filter is active, a tree representation is no longer
appropriate because the filter can filter out parents of a matched
row, which breaks the concept of a tree.

To resolve this and restore search functionality, this commit disables
the sort_parent of the tree model in order to activate the
e_tree_model::getRowsList() method and avoid the tree logic entirely.

Fixes: #3204
Supersedes: #3208
2018-06-21 23:24:57 -05:00
2018-06-01 19:00:17 +02:00
2015-11-01 15:44:42 +01:00
2012-06-08 06:04:46 +00:00
2018-06-05 12:55:20 -07:00
2018-05-31 20:48:03 +02:00
2017-07-21 08:31:50 +02:00
2013-05-06 14:25:32 -07:00
2012-05-05 02:16:48 +00:00
2010-02-10 18:18:01 +00:00
2018-02-03 10:34:18 -08:00
2018-01-16 14:41:51 -08:00
2017-01-23 10:31:30 -08:00
2017-09-18 12:20:39 -07:00
2018-06-01 19:00:17 +02:00
2017-11-05 11:31:11 -08:00
2018-05-08 06:31:24 +02:00
2018-06-05 12:55:20 -07:00

e107 Content Management System (CMS) - v2

Join the chat at https://gitter.im/e107inc/e107

What is e107?

e107 is a free (open-source) content management system which allows you to easily manage and publish your content online. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, Websites, Intranets - e107 does it all.

Requirements

Minimum

  • A Web-Server (Apache or Microsoft IIS) running PHP v5.4 or higher and MySQL 4.x or 5.x.
  • FTP access to your webserver and an FTP program such as Filezilla
  • Username/Password to your MySQL Database
  • A Linux based Webserver running Apache 2.x, PHP 7.x and MySQL 5.x (LAMP)
  • A registered Domain Name
  • Access to a Server Control Panel (such as cPanel)

Standard Installation

  • Unzip/Extract the compressed file onto your server.
  • Point your browser to the http://localhost/YOUR FOLDER/install.php (depending on your webserver setup)
  • Follow the installation wizard

Git Installation (developer version)

  • Run the following commands ( where 'youraccount' is the folder above your public_html folder and xxx:xxx is the default owner for your files - this can be found using FileZilla and FTP)
     cd youraccount   
     git clone https://github.com/e107inc/e107.git public_html	
     chown -R xxx:xxx public_html 
  • Point your browser to the http://localhost/YOUR FOLDER/install.php (depending on your webserver setup)
  • Follow the installation wizard

Reporting Bugs

Be sure you are using the most recent version prior to reporting an issue. You may report any bugs or feature requests on GitHub (https://github.com/e107inc/e107/issues)

Pull-Requests

  • Please submit 1 pull-request for each Github #issue you may work on.
  • Make sure that only the lines you have changed actually show up in a file-comparison (diff) ie. some text-editors alter every line so this should be avoided.
  • Make sure you are using rebase on your local .git/config file. ie. [branch "master"] rebase = true`

Donations

If you like e107 and wish to help it to improve - please consider making a small donation.

  • Bitcoin address: 18C7W2YvkzSjvPoW1y46PjkTdCr9UzC3F7
  • Paypal: donate (at) e107.org

Support

License

Description
No description provided
Readme GPL-3.0 92 MiB
Languages
PHP 82.8%
JavaScript 9%
CSS 7.7%
HTML 0.2%
BitBake 0.1%
Other 0.1%