Giter Club home page Giter Club logo

edui's People

Contributors

nitriques avatar simoneeconomo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

edui's Issues

Conflict with Page LHandle extension

Table name change in PLH from page_lhandles to plh...
just modify the line 9 and it's ok.

$cols = "`id`, `parent`, `title`, `handle`, `plh_t-$lang` as `title_t`, `plh_h-$lang` as `handle_t`";

Valéry

Sort by "Release date"

[Brendo] Bit of an odd request, but it may be useful to sort by the Release Date.

  • I'm updating a site from pre 2.1 that has 51 datasources, if I could sort by Release Date, then I know what datasources I've resaved already
  • If a bug was introduced on the site, sorting by datasources could aid in debugging (has anything recently changed)

"Unlink all" doesn't work

I was trying to unlink a data source with unlink all and it didn't work:

  • the data source was the last in my list
  • it was only attached to one page
  • it was provided by Craig's Tracker extension

Unlinking a page directly (= selecting the name from the drop down) worked.

Sources

If a data source is customised (disallowing editor parsing) EDUI won't display its source although it's available in the data source.

Data Source Sources

When browsing the data source overview this extension does not show a source for datasources provided by extensions. It would be nice if EDUI would just display the extension's name instead of None.

Invalid argument supplied for foreach()

After updating to the latest version (0.6) I get the following error when trying to access the data source overview:

Invalid argument supplied for foreach()
/Users/nilshoerrmann/Sites/Webseiten/nilshoerrmann.de/extensions/edui/lib/class.pagemanager.php line 55

50          
51          return $results;
52      }
53      
54      private function buildFlatView($path, $pages, &$results) {
55          foreach($pages as $page) {
56              $label = ($path == NULL) ? $page['title'] : $path . ' / ' . $page['title'];
57
58              $results[] = array(
59                  'id' => $page['id'],

Removing Data Sources

I have two data sources:

  • Berichte (berichte)
  • Schaufenster: Berichte (schaufenster_berichte)

When I'm removing Berichte from a page, schaufenster_berichte will be shortened to schaufenster_ in the database which is breaking the front-end output

Cannot link to page if 2 or more pages has the same name

I have two 'videos' sub page

School -> Videos
Ballet -> Videos

When I select one, the two values comes up in the selected value (with better forms installed)

I will try to see if I can change value="link-page-videos" to value="link-page-{ID}"

Attaching Data Sources to a Page

When using the With selected menu to attach a data source to a page, Symphony throws the following error when the user forgot to select a data source:

array_keys() expects parameter 1 to be array, null given
/Users/nilshoerrmann/Sites/Webseiten/wettlauffer.de/extensions/edui/content/content.datasources.php line 244

239                     $string = $filtering->buildFiltersString($filter_to_skip);
240
241                     redirect(Administration::instance()->getCurrentPageURL() . $string);
242                 }
243                 else {
244                     $checked = @array_keys($_POST['items']);
245
246                     if (is_array($checked) && !empty($checked)) {
247
248                         if ($_POST['with-selected'] == 'delete') {

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.