GithubHelp home page GithubHelp logo

glosswordteam / glossword Goto Github PK

View Code? Open in Web Editor NEW
38.0 14.0 16.0 2.17 MB

A free dictionary/glossary script

Home Page: http://glossword.biz/

PHP 91.59% JavaScript 0.88% HTML 2.41% CSS 2.77% Hack 2.35%

glossword's Introduction

Glossword

Glossword is the software to create and publish online multilingual dictionary, glossary, or encyclopedia.

http://glossword.biz/

Stand-alone version with the latest updates.

glossword's People

Contributors

glosswordteam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

glossword's Issues

How glossword seach for word

I am not PHP guy, but with #8 + google I manage to keep my site running (php7.4)
But I found a strange behavior when I modified the "old" word (adding a new word is ok): it disappears.

How Glossword search for a term?

Here is description of my problem e.g.: Afghan:
image

But when I try to add it:

image

And even I can edit it:

image

Save is without problem:

image

But when I click on View term it shows this:
image

So it looks like only the search query is the problem. I tried also to turn on query debugging, but I do not see there any query about search word (Afgan):

Number of queries: 12
    0.00000 Connect
    0.00000 SELECT `settings_key`, `settings_val` FROM `gw_settings`
    0.00000 SELECT d.* FROM `gw_dict` AS d WHERE d.is_active = "1" AND date_created <= 1643134680 ORDER BY d.lang, d.title
    0.00000 SELECT `az_int` AS value FROM `gw_custom_az` WHERE `id_profile` = "5" ORDER BY `int_sort`
    0.00000 SELECT ths.settings_key, ths.settings_value FROM gw_theme AS th, gw_theme_settings AS ths, gw_theme_group AS g WHERE ths.id_theme = "gw\_brand" AND th.id_theme = ths.id_theme AND th.is_active = "1" AND ths.settings_key = g.settings_key AND g.id_group IN (1,2) GROUP BY g.settings_key ORDER BY g.id_group, g.int_sort
    0.00000 SELECT tpph.topic_title AS title, tp.id_user, tpph.topic_descr, tpph.id_lang, tp.id_topic, tp.id_parent AS p, tp.topic_icon, tp.int_sort, tp.is_active, tp.int_items FROM `gw_topics` AS tp, `gw_topics_phrase` AS tpph WHERE tp.id_topic = tpph.id_topic AND tp.is_active = "1" ORDER BY tp.int_sort ASC
    0.00000 UPDATE gw_stat_dict SET hits = hits + 1 WHERE id = "18"
    0.00000 SELECT t.term_1 AS L1, t.term_2 AS L2, term_3 AS L3 FROM `gw_mass` AS t WHERE t.is_active = "1" AND t.date_created <= 1643134680 GROUP BY L1, L2, L3 ORDER BY FIELD(t.term_a, 65, 195129, 195132, 66, 67, 196140, 68, 196142, 199177, 199132, 69, 195137, 70, 71, 72, 6772, 73, 195141, 74, 75, 76, 196185, 196189, 77, 78, 197135, 79, 195147, 195148, 80, 81, 82, 197148, 83, 197160, 84, 197164, 85, 195154, 86, 87, 88, 89, 195157, 90, 197189), FIELD(t.term_b, 65, 195129, 195132, 66, 67, 196140, 68, 196142, 199177, 199132, 69, 195137, 70, 71, 72, 6772, 73, 195141, 74, 75, 76, 196185, 196189, 77, 78, 197135, 79, 195147, 195148, 80, 81, 82, 197148, 83, 197160, 84, 197164, 85, 195154, 86, 87, 88, 89, 195157, 90, 197189), FIELD(t.term_c, 65, 195129, 195132, 66, 67, 196140, 68, 196142, 199177, 199132, 69, 195137, 70, 71, 72, 6772, 73, 195141, 74, 75, 76, 196185, 196189, 77, 78, 197135, 79, 195147, 195148, 80, 81, 82, 197148, 83, 197160, 84, 197164, 85, 195154, 86, 87, 88, 89, 195157, 90, 197189), t.term_1, t.term_2, t.term_3, t.term
    0.00000 SELECT * FROM `gw_virtual_keyboard` WHERE `id_profile` = "6" LIMIT 1
    0.00000 SELECT gpph.page_title, gpph.id_lang, gp.id_page, gp.page_uri, gp.page_icon, gp.page_php_2, gp.int_sort, gp.id_user FROM gw_pages AS gp, gw_pages_phrase AS gpph WHERE gp.id_page = gpph.id_page AND gp.is_active = "1" AND gp.id_parent = "0" ORDER BY gp.int_sort ASC
    0.00000 SELECT tpph.topic_title AS title, tp.id_user, tpph.topic_descr, tpph.id_lang, tp.id_topic, tp.id_parent AS p, tp.topic_icon, tp.int_sort, tp.is_active, tp.int_items FROM `gw_topics` AS tp, `gw_topics_phrase` AS tpph WHERE tp.id_topic = tpph.id_topic AND tp.is_active = "1" ORDER BY tp.int_sort ASC
    0.00000 SELECT th.* FROM gw_theme AS th WHERE th.is_active = "1" AND th.id_theme != "gw\_admin" ORDER BY th.theme_name ASC
    0.00000 SELECT g.id_group, ths.settings_key, ths.settings_value, ths.date_modified, ths.date_compiled, ths.code, ths.code_i FROM gw_theme AS th, gw_theme_settings 

And idea how to fix this? As already mentioned new words do not have this problem...

Searching for unpublished terms broken

I have some terms that I have saved but not published. These show up as a red number. When I click on the red number, it launches a search query finding 0 results. But there are 38 unpublished terms. I have tried refreshing the cache.

2 Versions?

on the website there are 2 versions: 1.9.x and 1.8.x. Can someone explain the difference?

any demo of the front end online somewhere I could see?

SEF Issue

Hi,

I'm using Glossword 1.9.3.1 for Joomla! 1.5.23 and I have a SEF issue after I activate SEF from Artio JoomSEF component.
I tried all handling types for this component from JoomSEF Extension management and no result.
You can see here the problem: http://www.manigordo.ro/dictionar/default
And that's not all... if I turn On mod_apache the desing of the page is changing...

What should i do?
Thx.

date.timezone issue

I move my installation to new hosting and I got this error:

PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /home/user/www/glossword/css.php on line 79, referer: http://localhost/glossword/gw_login.php

I put to db_config.php:
date_default_timezone_set('Europe/Vienna');

but now I got number of notices:
PHP Notice: Undefined index: d in /home/user/www/glossword/index.php on line 217

Is there a better way how to solve the issue with date.timezone?

Italian language

Hi, there is an italian language in the standalone version of the software?

Search does not support character ð

When I search in my dictionary, using lower-case ð returns no results even though many entries contain this character. If I use upper-case Ð, it works as expected.

glossword installing

mbstring.http_input In which file can I correct? В какой файле я могу исправить эту строку?

Undefined index

I

I am user of glossword 1.8.11.
I accidentally removed all words from my disctionary, but I have result of csv export from 1 days ago... So I wanted to import them back. But I got this error:

Notice: Undefined index: terms in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 718

Warning: array_flip() [function.array-flip]: The argument should be an array in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 1199

Notice: Undefined variable: str in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 718

Notice: Undefined index: memory_spend in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 1567

Notice: Undefined index: int_items_total in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 1614

Notice: Undefined index: int_items_total in /storage/home/zdpo/myapp/glossword/inc/a.import.inc.php on line 1634

Can you help me to fix it?

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.