content-management-system
A content management system (CMS) is a piece of software which provides website authoring, collaboration, and administration tools that help users with little knowledge of programming languages create and manage website content.
Here are 373 public repositories matching this topic...
Description
The form UI provides no indicator when saving fails.
Steps to reproduce
- Go to a Ga
Documentation issue
Summary
The get_taxonomy() function documented here and implemented here isn't documented.
From the tests [here](https://github.com/getzola/zola/blob/1972e58823417
-
Updated
Mar 17, 2020 - JavaScript
如题 :把表单放进:<stl:if type="IsUserLoggin">
stl:yes
<stl:form name="考123表单" type="formtest" ></stl:form>
</stl:yes>
<stl:no>
<stl:a href="{stl.LoginUrl}">登陆</stl:a>
<stl:a href="{stl.RegisterUrl}">注册</stl:a>
</stl:no>
</stl:if>
生成的页面高度只有200高左右,改from表单的样式也不对,查了一下,是<stl:if type="IsUserLoggin">生成的ajax IFRAM限制了。
Description
With the release of library dynaconf version 2.0, the quokka installation broke.
Then we must change the version of requirements.txt
dynaconf>=1.0.0,<=1.2.1
Reference
-
Updated
Dec 10, 2019
According to the documentation, the admin login is available at
http://site_address/website/public/admin.
However, I get the message Not Found , The requested URL was not found on this server. Browsing through the directory I cannot find folder or page as admin. Hence, probably the docs are outdated.
The admin credentials are also not usable in the cl
A nice addition would be not to let people to upload duplicate image files to the libraries. Just compute and store a hash of the file during upload, and search for the hash before adding anything to it.
Maybe also add a configuration key to that too, because sometimes people might want to have duplicates instead.
Describe the bug
The Unless function is not working as outlined in the documentation. Even using the exact example from the documentation does not work.
To Reproduce
- Use a basic
unlessfunctionality in the HTML (this one is from the documentation).
<ul>
{{#section offices}}
<li>
<h5>{
Feature request
Summary
Add "copy reference" functionality to right-click menu of left toolbar. In addition, adding hint/tooltip on hover to those items, similar to how TVs are treated whilst editing a page.
Why is it needed?
This will make it easier to keep the references straight, and allow for easy copying/pasting of element references.
Suggested solution(s)
**Tooltip
-
Updated
May 14, 2020 - Python
-
Updated
May 14, 2020 - Go
-
Updated
Jun 1, 2020 - CSS
Clicking on a hint icon next to a checkbox field also toggles the checkbox. Since it's impossible to see the hint without changing the value of the checkbox, it makes the hint less useful :)
Maybe hints should display on hover?
(I may just use the helper_text instead, since that's lightweight and works for short hints)
If you are running an existing and older version (pre 168cfb88bab2ae8f3eb556164978389261bac0a4) of Thesis, you will already have a thesis_auth.ex file in ./lib/.
Running mix thesis.install after upgrading to a newer version of Thesis will duplicate the file in ./lib/YOUR_APP/.
This results in a CompileError:
** (CompileError) lib/thesis_auth.ex:1
-
Updated
Feb 21, 2020 - PHP
Unit testing
It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.
This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we
-
Updated
May 9, 2020 - PHP
contributing.md suggests to list ideas (rather than pull requests?)
you are working on a page, cant remember some command, want help, click editor help button and lose your page when you go to another website,
you find what you want but your tab has gone...
solution: open another tab, work stays in the background
v 0.8.10 change edit.js line 668
// Process help
processHel
-
Updated
Oct 11, 2019 - JavaScript
-
Updated
May 30, 2020 - PHP
If you have PHP Redis extension 5.X installed (I am on Ubuntu 18.04 LTS), then you get deprecation notices whenever Redis is used for the internal cache and you update things like global variables (Low Variables) in the backend. This does not occur with older 4.X versions.
See explanation here about Redis delete() method:
https://github.com/phpredis/phpredis#del-delete-unlink
*Note: delete is
-
Updated
Jun 1, 2020 - PHP
-
Updated
May 30, 2020 - Java
-
Updated
Sep 9, 2019 - PHP
-
Updated
Jul 10, 2018 - JavaScript
We should add documentation about making calls to controller.studio.runTrigger.
The following code should be added to the bot.js file, in addition to configuring the controller with the studio_command_url parameter:
// This captures and evaluates any message sent to the bot as a DM
// or sent to the bot in the form "@bot message" and passes it to
// Botkit Studio to evaluate for t
- Wikipedia
- Wikipedia



If you use a shortcode in a content file in order to embed a read time estimation for that content file within itself, the estimation always comes back as 0. This is probably because the parser hasn't finished converting the document by the time it gets to the read time estimation so it can't actually get an estimate for it. This is supported by the fact that, when embedding a read time estimation